public class IosVppApp extends MobileApp implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
IosDeviceType |
applicableDeviceType
The Applicable Device Type.
|
java.lang.String |
appStoreUrl
The App Store Url.
|
java.lang.String |
bundleId
The Bundle Id.
|
VppLicensingType |
licensingType
The Licensing Type.
|
java.time.OffsetDateTime |
releaseDateTime
The Release Date Time.
|
java.lang.Integer |
totalLicenseCount
The Total License Count.
|
java.lang.Integer |
usedLicenseCount
The Used License Count.
|
VppTokenAccountType |
vppTokenAccountType
The Vpp Token Account Type.
|
java.lang.String |
vppTokenAppleId
The Vpp Token Apple Id.
|
java.lang.String |
vppTokenOrganizationName
The Vpp Token Organization Name.
|
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState
Constructor and Description |
---|
IosVppApp() |
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="applicableDeviceType", alternate="ApplicableDeviceType") @Expose @Nullable public IosDeviceType applicableDeviceType
@SerializedName(value="appStoreUrl", alternate="AppStoreUrl") @Expose @Nullable public java.lang.String appStoreUrl
@SerializedName(value="bundleId", alternate="BundleId") @Expose @Nullable public java.lang.String bundleId
@SerializedName(value="licensingType", alternate="LicensingType") @Expose @Nullable public VppLicensingType licensingType
@SerializedName(value="releaseDateTime", alternate="ReleaseDateTime") @Expose @Nullable public java.time.OffsetDateTime releaseDateTime
@SerializedName(value="totalLicenseCount", alternate="TotalLicenseCount") @Expose @Nullable public java.lang.Integer totalLicenseCount
@SerializedName(value="usedLicenseCount", alternate="UsedLicenseCount") @Expose @Nullable public java.lang.Integer usedLicenseCount
@SerializedName(value="vppTokenAccountType", alternate="VppTokenAccountType") @Expose @Nullable public VppTokenAccountType vppTokenAccountType
@SerializedName(value="vppTokenAppleId", alternate="VppTokenAppleId") @Expose @Nullable public java.lang.String vppTokenAppleId
@SerializedName(value="vppTokenOrganizationName", alternate="VppTokenOrganizationName") @Expose @Nullable public java.lang.String vppTokenOrganizationName
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 MobileApp
serializer
- the serializerjson
- the JSON object to set this object to