Package odata.msgraph.client.beta.entity
Class AzureADUserFeatureUsage
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.AzureADUserFeatureUsage
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class AzureADUserFeatureUsage extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SkipSupported
false
Org.OData.Capabilities.V1.TopSupported
true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAzureADUserFeatureUsage.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<FeatureUsageDetail>featureUsageDetailsprotected StringfeatureUsageDetailsNextLinkprotected OffsetDateTimelastUpdatedDateTimeprotected AzureADLicenseTypelicenseAssignedprotected AzureADLicenseTypelicenseRecommendedprotected StringuserDisplayNameprotected StringuserIdprotected StringuserPrincipalName-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAzureADUserFeatureUsage()
-
Method Summary
-
-
-
Field Detail
-
featureUsageDetails
protected List<FeatureUsageDetail> featureUsageDetails
-
featureUsageDetailsNextLink
protected String featureUsageDetailsNextLink
-
lastUpdatedDateTime
protected OffsetDateTime lastUpdatedDateTime
-
licenseAssigned
protected AzureADLicenseType licenseAssigned
-
licenseRecommended
protected AzureADLicenseType licenseRecommended
-
userDisplayName
protected String userDisplayName
-
userId
protected String userId
-
userPrincipalName
protected String userPrincipalName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderAzureADUserFeatureUsage
public static AzureADUserFeatureUsage.Builder builderAzureADUserFeatureUsage()
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
-
getFeatureUsageDetails
public com.github.davidmoten.odata.client.CollectionPage<FeatureUsageDetail> getFeatureUsageDetails()
-
withFeatureUsageDetails
public AzureADUserFeatureUsage withFeatureUsageDetails(List<FeatureUsageDetail> featureUsageDetails)
-
getFeatureUsageDetails
public com.github.davidmoten.odata.client.CollectionPage<FeatureUsageDetail> getFeatureUsageDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getLastUpdatedDateTime
public Optional<OffsetDateTime> getLastUpdatedDateTime()
-
withLastUpdatedDateTime
public AzureADUserFeatureUsage withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
getLicenseAssigned
public Optional<AzureADLicenseType> getLicenseAssigned()
-
withLicenseAssigned
public AzureADUserFeatureUsage withLicenseAssigned(AzureADLicenseType licenseAssigned)
-
getLicenseRecommended
public Optional<AzureADLicenseType> getLicenseRecommended()
-
withLicenseRecommended
public AzureADUserFeatureUsage withLicenseRecommended(AzureADLicenseType licenseRecommended)
-
withUserDisplayName
public AzureADUserFeatureUsage withUserDisplayName(String userDisplayName)
-
withUserId
public AzureADUserFeatureUsage withUserId(String userId)
-
withUserPrincipalName
public AzureADUserFeatureUsage withUserPrincipalName(String userPrincipalName)
-
withUnmappedField
public AzureADUserFeatureUsage 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 AzureADUserFeatureUsage patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public AzureADUserFeatureUsage put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-