Package odata.msgraph.client.beta.entity
Class Office365ActivationsUserDetail
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.Office365ActivationsUserDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Office365ActivationsUserDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOffice365ActivationsUserDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringdisplayNameprotected LocalDatereportRefreshDateprotected List<UserActivationCounts>userActivationCountsprotected StringuserActivationCountsNextLinkprotected StringuserPrincipalName-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOffice365ActivationsUserDetail()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Office365ActivationsUserDetail.BuilderbuilderOffice365ActivationsUserDetail()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<String>getDisplayName()Optional<LocalDate>getReportRefreshDate()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()com.github.davidmoten.odata.client.CollectionPage<UserActivationCounts>getUserActivationCounts()com.github.davidmoten.odata.client.CollectionPage<UserActivationCounts>getUserActivationCounts(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getUserPrincipalName()StringodataTypeName()Office365ActivationsUserDetailpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)Office365ActivationsUserDetailput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()Office365ActivationsUserDetailwithDisplayName(String displayName)Office365ActivationsUserDetailwithReportRefreshDate(LocalDate reportRefreshDate)Office365ActivationsUserDetailwithUnmappedField(String name, String value)Office365ActivationsUserDetailwithUserActivationCounts(List<UserActivationCounts> userActivationCounts)Office365ActivationsUserDetailwithUserPrincipalName(String userPrincipalName)
-
-
-
Field Detail
-
displayName
protected String displayName
-
reportRefreshDate
protected LocalDate reportRefreshDate
-
userActivationCounts
protected List<UserActivationCounts> userActivationCounts
-
userActivationCountsNextLink
protected String userActivationCountsNextLink
-
userPrincipalName
protected String userPrincipalName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderOffice365ActivationsUserDetail
public static Office365ActivationsUserDetail.Builder builderOffice365ActivationsUserDetail()
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
-
withDisplayName
public Office365ActivationsUserDetail withDisplayName(String displayName)
-
withReportRefreshDate
public Office365ActivationsUserDetail withReportRefreshDate(LocalDate reportRefreshDate)
-
getUserActivationCounts
public com.github.davidmoten.odata.client.CollectionPage<UserActivationCounts> getUserActivationCounts()
-
withUserActivationCounts
public Office365ActivationsUserDetail withUserActivationCounts(List<UserActivationCounts> userActivationCounts)
-
getUserActivationCounts
public com.github.davidmoten.odata.client.CollectionPage<UserActivationCounts> getUserActivationCounts(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUserPrincipalName
public Office365ActivationsUserDetail withUserPrincipalName(String userPrincipalName)
-
withUnmappedField
public Office365ActivationsUserDetail 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 Office365ActivationsUserDetail patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public Office365ActivationsUserDetail put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-