public class SubscribedSku extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
appliesTo
The Applies To.
|
java.lang.String |
capabilityStatus
The Capability Status.
|
java.lang.Integer |
consumedUnits
The Consumed Units.
|
LicenseUnitsDetail |
prepaidUnits
The Prepaid Units.
|
java.util.List<ServicePlanInfo> |
servicePlans
The Service Plans.
|
java.util.UUID |
skuId
The Sku Id.
|
java.lang.String |
skuPartNumber
The Sku Part Number.
|
| Constructor and Description |
|---|
SubscribedSku() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="appliesTo",
alternate="AppliesTo")
@Expose
@Nullable
public java.lang.String appliesTo
@SerializedName(value="capabilityStatus",
alternate="CapabilityStatus")
@Expose
@Nullable
public java.lang.String capabilityStatus
@SerializedName(value="consumedUnits",
alternate="ConsumedUnits")
@Expose
@Nullable
public java.lang.Integer consumedUnits
@SerializedName(value="prepaidUnits",
alternate="PrepaidUnits")
@Expose
@Nullable
public LicenseUnitsDetail prepaidUnits
@SerializedName(value="servicePlans",
alternate="ServicePlans")
@Expose
@Nullable
public java.util.List<ServicePlanInfo> servicePlans
@SerializedName(value="skuId",
alternate="SkuId")
@Expose
@Nullable
public java.util.UUID skuId
@SerializedName(value="skuPartNumber",
alternate="SkuPartNumber")
@Expose
@Nullable
public java.lang.String skuPartNumber
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to