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.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
false
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureADUserFeatureUsage.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<FeatureUsageDetail> |
featureUsageDetails |
protected String |
featureUsageDetailsNextLink |
protected OffsetDateTime |
lastUpdatedDateTime |
protected AzureADLicenseType |
licenseAssigned |
protected AzureADLicenseType |
licenseRecommended |
protected String |
userDisplayName |
protected String |
userId |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AzureADUserFeatureUsage() |
protected OffsetDateTime lastUpdatedDateTime
protected String userId
protected String userDisplayName
protected String userPrincipalName
protected AzureADLicenseType licenseRecommended
protected AzureADLicenseType licenseAssigned
protected List<FeatureUsageDetail> featureUsageDetails
protected String featureUsageDetailsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AzureADUserFeatureUsage.Builder builderAzureADUserFeatureUsage()
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 Optional<OffsetDateTime> getLastUpdatedDateTime()
public AzureADUserFeatureUsage withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
public AzureADUserFeatureUsage withUserId(String userId)
public AzureADUserFeatureUsage withUserDisplayName(String userDisplayName)
public AzureADUserFeatureUsage withUserPrincipalName(String userPrincipalName)
public Optional<AzureADLicenseType> getLicenseRecommended()
public AzureADUserFeatureUsage withLicenseRecommended(AzureADLicenseType licenseRecommended)
public Optional<AzureADLicenseType> getLicenseAssigned()
public AzureADUserFeatureUsage withLicenseAssigned(AzureADLicenseType licenseAssigned)
public com.github.davidmoten.odata.client.CollectionPage<FeatureUsageDetail> getFeatureUsageDetails()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AzureADUserFeatureUsage patch()
this with changed fields reset.public AzureADUserFeatureUsage put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.