public class LicenseDetails extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
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 |
---|
LicenseDetails() |
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="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.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to