public class TeamsUserActivityUserDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamsUserActivityUserDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
assignedProducts |
protected String |
assignedProductsNextLink |
protected Long |
callCount |
protected LocalDate |
deletedDate |
protected Boolean |
hasOtherAction |
protected Boolean |
isDeleted |
protected LocalDate |
lastActivityDate |
protected Long |
meetingCount |
protected Long |
privateChatMessageCount |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Long |
teamChatMessageCount |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
TeamsUserActivityUserDetail() |
protected LocalDate reportRefreshDate
protected String userPrincipalName
protected LocalDate lastActivityDate
protected Boolean isDeleted
protected LocalDate deletedDate
protected String assignedProductsNextLink
protected Long teamChatMessageCount
protected Long privateChatMessageCount
protected Long callCount
protected Long meetingCount
protected Boolean hasOtherAction
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static TeamsUserActivityUserDetail.Builder builderTeamsUserActivityUserDetail()
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 TeamsUserActivityUserDetail withReportRefreshDate(LocalDate reportRefreshDate)
public TeamsUserActivityUserDetail withUserPrincipalName(String userPrincipalName)
public TeamsUserActivityUserDetail withLastActivityDate(LocalDate lastActivityDate)
public TeamsUserActivityUserDetail withIsDeleted(Boolean isDeleted)
public TeamsUserActivityUserDetail withDeletedDate(LocalDate deletedDate)
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignedProducts()
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignedProducts(com.github.davidmoten.odata.client.HttpRequestOptions options)
public TeamsUserActivityUserDetail withTeamChatMessageCount(Long teamChatMessageCount)
public TeamsUserActivityUserDetail withPrivateChatMessageCount(Long privateChatMessageCount)
public TeamsUserActivityUserDetail withCallCount(Long callCount)
public TeamsUserActivityUserDetail withMeetingCount(Long meetingCount)
public TeamsUserActivityUserDetail withHasOtherAction(Boolean hasOtherAction)
public TeamsUserActivityUserDetail withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic TeamsUserActivityUserDetail patch()
this with changed fields reset.public TeamsUserActivityUserDetail put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.