Package com.microsoft.graph.models
Class LicenseUnitsDetail
java.lang.Object
com.microsoft.graph.models.LicenseUnitsDetail
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class LicenseUnitsDetail
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the License Units Detail.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
enabled
The Enabled. The number of units that are enabled for the active subscription of the service SKU. -
lockedOut
@SerializedName(value="lockedOut", alternate="LockedOut") @Expose @Nullable public Integer lockedOutThe Locked Out. -
suspended
@SerializedName(value="suspended", alternate="Suspended") @Expose @Nullable public Integer suspendedThe Suspended. The number of units that are suspended because the subscription of the service SKU has been cancelled. The units cannot be assigned but can still be reactivated before they are deleted. -
warning
The Warning. The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it is cancelled (moved to a suspended state).
-
-
Constructor Details
-
LicenseUnitsDetail
public LicenseUnitsDetail()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-