public class FeatureUsageDetail extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureUsageDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
featureName |
protected OffsetDateTime |
lastConfiguredDateTime |
protected OffsetDateTime |
lastUsedDateTime |
protected AzureADLicenseType |
licenseAssigned |
protected AzureADLicenseType |
licenseRequired |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureUsageDetail() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String featureName
protected AzureADLicenseType licenseRequired
protected AzureADLicenseType licenseAssigned
protected OffsetDateTime lastUsedDateTime
protected OffsetDateTime lastConfiguredDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic FeatureUsageDetail withFeatureName(String featureName)
public Optional<AzureADLicenseType> getLicenseRequired()
public FeatureUsageDetail withLicenseRequired(AzureADLicenseType licenseRequired)
public Optional<AzureADLicenseType> getLicenseAssigned()
public FeatureUsageDetail withLicenseAssigned(AzureADLicenseType licenseAssigned)
public Optional<OffsetDateTime> getLastUsedDateTime()
public FeatureUsageDetail withLastUsedDateTime(OffsetDateTime lastUsedDateTime)
public Optional<OffsetDateTime> getLastConfiguredDateTime()
public FeatureUsageDetail withLastConfiguredDateTime(OffsetDateTime lastConfiguredDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static FeatureUsageDetail.Builder builder()
Copyright © 2018–2020. All rights reserved.