public class IosStoreApp 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.
|
IosMinimumOperatingSystem |
minimumSupportedOperatingSystem
The Minimum Supported Operating System.
|
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState| Constructor and Description |
|---|
IosStoreApp() |
| 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="minimumSupportedOperatingSystem",
alternate="MinimumSupportedOperatingSystem")
@Expose
@Nullable
public IosMinimumOperatingSystem minimumSupportedOperatingSystem
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 MobileAppserializer - the serializerjson - the JSON object to set this object to