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() |
| Modifier and Type | Method and Description |
|---|---|
static AzureADUserFeatureUsage.Builder |
builderAzureADUserFeatureUsage()
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.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<FeatureUsageDetail> |
getFeatureUsageDetails() |
com.github.davidmoten.odata.client.CollectionPage<FeatureUsageDetail> |
getFeatureUsageDetails(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<OffsetDateTime> |
getLastUpdatedDateTime() |
Optional<AzureADLicenseType> |
getLicenseAssigned() |
Optional<AzureADLicenseType> |
getLicenseRecommended() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserDisplayName() |
Optional<String> |
getUserId() |
Optional<String> |
getUserPrincipalName() |
String |
odataTypeName() |
AzureADUserFeatureUsage |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AzureADUserFeatureUsage |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AzureADUserFeatureUsage |
withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime) |
AzureADUserFeatureUsage |
withLicenseAssigned(AzureADLicenseType licenseAssigned) |
AzureADUserFeatureUsage |
withLicenseRecommended(AzureADLicenseType licenseRecommended) |
AzureADUserFeatureUsage |
withUserDisplayName(String userDisplayName) |
AzureADUserFeatureUsage |
withUserId(String userId) |
AzureADUserFeatureUsage |
withUserPrincipalName(String userPrincipalName) |
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.CollectionPage<FeatureUsageDetail> getFeatureUsageDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
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.