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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • enabled

      @SerializedName(value="enabled", alternate="Enabled") @Expose @Nullable public Integer enabled
      The Enabled. The number of units that are enabled for the active subscription of the service SKU.
    • suspended

      @SerializedName(value="suspended", alternate="Suspended") @Expose @Nullable public Integer suspended
      The 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

      @SerializedName(value="warning", alternate="Warning") @Expose @Nullable public Integer 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to