public class Office365ServicesUserCounts extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Office365ServicesUserCounts.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
exchangeActive |
protected Long |
exchangeInactive |
protected Long |
office365Active |
protected Long |
office365Inactive |
protected Long |
oneDriveActive |
protected Long |
oneDriveInactive |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Long |
sharePointActive |
protected Long |
sharePointInactive |
protected Long |
skypeForBusinessActive |
protected Long |
skypeForBusinessInactive |
protected Long |
teamsActive |
protected Long |
teamsInactive |
protected Long |
yammerActive |
protected Long |
yammerInactive |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Office365ServicesUserCounts() |
protected LocalDate reportRefreshDate
protected Long exchangeActive
protected Long exchangeInactive
protected Long oneDriveActive
protected Long oneDriveInactive
protected Long sharePointActive
protected Long sharePointInactive
protected Long skypeForBusinessActive
protected Long skypeForBusinessInactive
protected Long yammerActive
protected Long yammerInactive
protected Long teamsActive
protected Long teamsInactive
protected Long office365Active
protected Long office365Inactive
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Office365ServicesUserCounts.Builder builderOffice365ServicesUserCounts()
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 Office365ServicesUserCounts withReportRefreshDate(LocalDate reportRefreshDate)
public Office365ServicesUserCounts withExchangeActive(Long exchangeActive)
public Office365ServicesUserCounts withExchangeInactive(Long exchangeInactive)
public Office365ServicesUserCounts withOneDriveActive(Long oneDriveActive)
public Office365ServicesUserCounts withOneDriveInactive(Long oneDriveInactive)
public Office365ServicesUserCounts withSharePointActive(Long sharePointActive)
public Office365ServicesUserCounts withSharePointInactive(Long sharePointInactive)
public Office365ServicesUserCounts withSkypeForBusinessActive(Long skypeForBusinessActive)
public Office365ServicesUserCounts withSkypeForBusinessInactive(Long skypeForBusinessInactive)
public Office365ServicesUserCounts withYammerActive(Long yammerActive)
public Office365ServicesUserCounts withYammerInactive(Long yammerInactive)
public Office365ServicesUserCounts withTeamsActive(Long teamsActive)
public Office365ServicesUserCounts withTeamsInactive(Long teamsInactive)
public Office365ServicesUserCounts withOffice365Active(Long office365Active)
public Office365ServicesUserCounts withOffice365Inactive(Long office365Inactive)
public Office365ServicesUserCounts withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Office365ServicesUserCounts patch()
this with changed fields reset.public Office365ServicesUserCounts put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.