Package odata.msgraph.client.beta.entity
Class Office365ActiveUserCounts
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.Office365ActiveUserCounts
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Office365ActiveUserCounts extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOffice365ActiveUserCounts.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Longexchangeprotected Longoffice365protected LongoneDriveprotected LocalDatereportDateprotected StringreportPeriodprotected LocalDatereportRefreshDateprotected LongsharePointprotected LongskypeForBusinessprotected Longteamsprotected Longyammer-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOffice365ActiveUserCounts()
-
Method Summary
-
-
-
Field Detail
-
exchange
protected Long exchange
-
office365
protected Long office365
-
oneDrive
protected Long oneDrive
-
reportDate
protected LocalDate reportDate
-
reportPeriod
protected String reportPeriod
-
reportRefreshDate
protected LocalDate reportRefreshDate
-
sharePoint
protected Long sharePoint
-
skypeForBusiness
protected Long skypeForBusiness
-
teams
protected Long teams
-
yammer
protected Long yammer
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderOffice365ActiveUserCounts
public static Office365ActiveUserCounts.Builder builderOffice365ActiveUserCounts()
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
-
withExchange
public Office365ActiveUserCounts withExchange(Long exchange)
-
withOffice365
public Office365ActiveUserCounts withOffice365(Long office365)
-
withOneDrive
public Office365ActiveUserCounts withOneDrive(Long oneDrive)
-
withReportDate
public Office365ActiveUserCounts withReportDate(LocalDate reportDate)
-
withReportPeriod
public Office365ActiveUserCounts withReportPeriod(String reportPeriod)
-
withReportRefreshDate
public Office365ActiveUserCounts withReportRefreshDate(LocalDate reportRefreshDate)
-
withSharePoint
public Office365ActiveUserCounts withSharePoint(Long sharePoint)
-
withSkypeForBusiness
public Office365ActiveUserCounts withSkypeForBusiness(Long skypeForBusiness)
-
withTeams
public Office365ActiveUserCounts withTeams(Long teams)
-
withYammer
public Office365ActiveUserCounts withYammer(Long yammer)
-
withUnmappedField
public Office365ActiveUserCounts 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 Office365ActiveUserCounts patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public Office365ActiveUserCounts put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-