Class SubscribedSku

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.SubscribedSku
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SubscribedSku extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Subscribed Sku.
  • Field Details

    • appliesTo

      @SerializedName(value="appliesTo", alternate="AppliesTo") @Expose @Nullable public String appliesTo
      The Applies To. For example, 'User' or 'Company'.
    • capabilityStatus

      @SerializedName(value="capabilityStatus", alternate="CapabilityStatus") @Expose @Nullable public String capabilityStatus
      The Capability Status. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. The capabilityStatus is Enabled if the prepaidUnits property has at least 1 unit that is enabled, and LockedOut if the customer cancelled their subscription.
    • consumedUnits

      @SerializedName(value="consumedUnits", alternate="ConsumedUnits") @Expose @Nullable public Integer consumedUnits
      The Consumed Units. The number of licenses that have been assigned.
    • prepaidUnits

      @SerializedName(value="prepaidUnits", alternate="PrepaidUnits") @Expose @Nullable public LicenseUnitsDetail prepaidUnits
      The Prepaid Units. Information about the number and status of prepaid licenses.
    • servicePlans

      @SerializedName(value="servicePlans", alternate="ServicePlans") @Expose @Nullable public List<ServicePlanInfo> servicePlans
      The Service Plans. Information about the service plans that are available with the SKU. Not nullable
    • skuId

      @SerializedName(value="skuId", alternate="SkuId") @Expose @Nullable public UUID skuId
      The Sku Id. The unique identifier (GUID) for the service SKU.
    • skuPartNumber

      @SerializedName(value="skuPartNumber", alternate="SkuPartNumber") @Expose @Nullable public String skuPartNumber
      The Sku Part Number. The SKU part number; for example: 'AAD_PREMIUM' or 'RMSBASIC'. To get a list of commercial subscriptions that an organization has acquired, see List subscribedSkus.
  • Constructor Details

    • SubscribedSku

      public SubscribedSku()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to