public class YammerActivityUserDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
YammerActivityUserDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
assignedProducts |
protected String |
assignedProductsNextLink |
protected String |
displayName |
protected LocalDate |
lastActivityDate |
protected Long |
likedCount |
protected Long |
postedCount |
protected Long |
readCount |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected LocalDate |
stateChangeDate |
protected String |
userPrincipalName |
protected String |
userState |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
YammerActivityUserDetail() |
protected LocalDate reportRefreshDate
protected String userPrincipalName
protected String displayName
protected String userState
protected LocalDate stateChangeDate
protected LocalDate lastActivityDate
protected Long postedCount
protected Long readCount
protected Long likedCount
protected String assignedProductsNextLink
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static YammerActivityUserDetail.Builder builderYammerActivityUserDetail()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic YammerActivityUserDetail withReportRefreshDate(LocalDate reportRefreshDate)
public YammerActivityUserDetail withUserPrincipalName(String userPrincipalName)
public YammerActivityUserDetail withDisplayName(String displayName)
public YammerActivityUserDetail withUserState(String userState)
public YammerActivityUserDetail withStateChangeDate(LocalDate stateChangeDate)
public YammerActivityUserDetail withLastActivityDate(LocalDate lastActivityDate)
public YammerActivityUserDetail withPostedCount(Long postedCount)
public YammerActivityUserDetail withReadCount(Long readCount)
public YammerActivityUserDetail withLikedCount(Long likedCount)
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignedProducts()
public YammerActivityUserDetail withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic YammerActivityUserDetail patch()
this with changed fields reset.public YammerActivityUserDetail put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.