public class IosDeviceFeaturesConfiguration extends AppleDeviceFeaturesConfigurationBase implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
assetTagTemplate
The Asset Tag Template.
|
java.util.List<IosHomeScreenItem> |
homeScreenDockIcons
The Home Screen Dock Icons.
|
java.util.List<IosHomeScreenPage> |
homeScreenPages
The Home Screen Pages.
|
java.lang.String |
lockScreenFootnote
The Lock Screen Footnote.
|
java.util.List<IosNotificationSettings> |
notificationSettings
The Notification Settings.
|
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version| Constructor and Description |
|---|
IosDeviceFeaturesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="assetTagTemplate",
alternate="AssetTagTemplate")
@Expose
public java.lang.String assetTagTemplate
@SerializedName(value="homeScreenDockIcons",
alternate="HomeScreenDockIcons")
@Expose
public java.util.List<IosHomeScreenItem> homeScreenDockIcons
@SerializedName(value="homeScreenPages",
alternate="HomeScreenPages")
@Expose
public java.util.List<IosHomeScreenPage> homeScreenPages
@SerializedName(value="lockScreenFootnote",
alternate="LockScreenFootnote")
@Expose
public java.lang.String lockScreenFootnote
@SerializedName(value="notificationSettings",
alternate="NotificationSettings")
@Expose
public java.util.List<IosNotificationSettings> notificationSettings
public com.google.gson.JsonObject getRawObject()
getRawObject in class AppleDeviceFeaturesConfigurationBaseprotected ISerializer getSerializer()
getSerializer in class AppleDeviceFeaturesConfigurationBasepublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class AppleDeviceFeaturesConfigurationBaseserializer - the serializerjson - the JSON object to set this object to