Package odata.msgraph.client.beta.entity
Class Office365ServicesUserCounts
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.Office365ServicesUserCounts
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Office365ServicesUserCounts extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOffice365ServicesUserCounts.Builder
-
Field Summary
Fields Modifier and Type Field Description protected LongexchangeActiveprotected LongexchangeInactiveprotected Longoffice365Activeprotected Longoffice365Inactiveprotected LongoneDriveActiveprotected LongoneDriveInactiveprotected StringreportPeriodprotected LocalDatereportRefreshDateprotected LongsharePointActiveprotected LongsharePointInactiveprotected LongskypeForBusinessActiveprotected LongskypeForBusinessInactiveprotected LongteamsActiveprotected LongteamsInactiveprotected LongyammerActiveprotected LongyammerInactive-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOffice365ServicesUserCounts()
-
Method Summary
-
-
-
Field Detail
-
exchangeActive
protected Long exchangeActive
-
exchangeInactive
protected Long exchangeInactive
-
office365Active
protected Long office365Active
-
office365Inactive
protected Long office365Inactive
-
oneDriveActive
protected Long oneDriveActive
-
oneDriveInactive
protected Long oneDriveInactive
-
reportPeriod
protected String reportPeriod
-
reportRefreshDate
protected LocalDate reportRefreshDate
-
sharePointActive
protected Long sharePointActive
-
sharePointInactive
protected Long sharePointInactive
-
skypeForBusinessActive
protected Long skypeForBusinessActive
-
skypeForBusinessInactive
protected Long skypeForBusinessInactive
-
teamsActive
protected Long teamsActive
-
teamsInactive
protected Long teamsInactive
-
yammerActive
protected Long yammerActive
-
yammerInactive
protected Long yammerInactive
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderOffice365ServicesUserCounts
public static Office365ServicesUserCounts.Builder builderOffice365ServicesUserCounts()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withExchangeActive
public Office365ServicesUserCounts withExchangeActive(Long exchangeActive)
-
withExchangeInactive
public Office365ServicesUserCounts withExchangeInactive(Long exchangeInactive)
-
withOffice365Active
public Office365ServicesUserCounts withOffice365Active(Long office365Active)
-
withOffice365Inactive
public Office365ServicesUserCounts withOffice365Inactive(Long office365Inactive)
-
withOneDriveActive
public Office365ServicesUserCounts withOneDriveActive(Long oneDriveActive)
-
withOneDriveInactive
public Office365ServicesUserCounts withOneDriveInactive(Long oneDriveInactive)
-
withReportPeriod
public Office365ServicesUserCounts withReportPeriod(String reportPeriod)
-
withReportRefreshDate
public Office365ServicesUserCounts withReportRefreshDate(LocalDate reportRefreshDate)
-
withSharePointActive
public Office365ServicesUserCounts withSharePointActive(Long sharePointActive)
-
withSharePointInactive
public Office365ServicesUserCounts withSharePointInactive(Long sharePointInactive)
-
withSkypeForBusinessActive
public Office365ServicesUserCounts withSkypeForBusinessActive(Long skypeForBusinessActive)
-
withSkypeForBusinessInactive
public Office365ServicesUserCounts withSkypeForBusinessInactive(Long skypeForBusinessInactive)
-
withTeamsActive
public Office365ServicesUserCounts withTeamsActive(Long teamsActive)
-
withTeamsInactive
public Office365ServicesUserCounts withTeamsInactive(Long teamsInactive)
-
withYammerActive
public Office365ServicesUserCounts withYammerActive(Long yammerActive)
-
withYammerInactive
public Office365ServicesUserCounts withYammerInactive(Long yammerInactive)
-
withUnmappedField
public Office365ServicesUserCounts withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public Office365ServicesUserCounts patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public Office365ServicesUserCounts put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-