public class IosMobileAppConfiguration extends ManagedDeviceMobileAppConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
byte[] |
encodedSettingXml
The Encoded Setting Xml.
|
java.util.List<AppConfigurationSettingItem> |
settings
The Settings.
|
assignments, createdDateTime, description, deviceStatuses, deviceStatusSummary, displayName, lastModifiedDateTime, targetedMobileApps, userStatuses, userStatusSummary, version| Constructor and Description |
|---|
IosMobileAppConfiguration() |
| 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="encodedSettingXml",
alternate="EncodedSettingXml")
@Expose
@Nullable
public byte[] encodedSettingXml
@SerializedName(value="settings",
alternate="Settings")
@Expose
@Nullable
public java.util.List<AppConfigurationSettingItem> settings
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 ManagedDeviceMobileAppConfigurationserializer - the serializerjson - the JSON object to set this object to