Package odata.msgraph.client.beta.entity
Class AzureADFeatureUsage
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.AzureADFeatureUsage
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class AzureADFeatureUsage 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 classAzureADFeatureUsage.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringfeatureNameprotected OffsetDateTimesnapshotDateTimeprotected Integerusage-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAzureADFeatureUsage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AzureADFeatureUsage.BuilderbuilderAzureADFeatureUsage()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>getFeatureName()Optional<OffsetDateTime>getSnapshotDateTime()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Integer>getUsage()StringodataTypeName()AzureADFeatureUsagepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)AzureADFeatureUsageput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()AzureADFeatureUsagewithFeatureName(String featureName)AzureADFeatureUsagewithSnapshotDateTime(OffsetDateTime snapshotDateTime)AzureADFeatureUsagewithUnmappedField(String name, String value)AzureADFeatureUsagewithUsage(Integer usage)
-
-
-
Field Detail
-
featureName
protected String featureName
-
snapshotDateTime
protected OffsetDateTime snapshotDateTime
-
usage
protected Integer usage
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderAzureADFeatureUsage
public static AzureADFeatureUsage.Builder builderAzureADFeatureUsage()
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
-
withFeatureName
public AzureADFeatureUsage withFeatureName(String featureName)
-
getSnapshotDateTime
public Optional<OffsetDateTime> getSnapshotDateTime()
-
withSnapshotDateTime
public AzureADFeatureUsage withSnapshotDateTime(OffsetDateTime snapshotDateTime)
-
withUsage
public AzureADFeatureUsage withUsage(Integer usage)
-
withUnmappedField
public AzureADFeatureUsage 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 AzureADFeatureUsage patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public AzureADFeatureUsage put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-