public class Win32LobAppAssignmentSettings extends MobileAppAssignmentSettings implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
MobileAppInstallTimeSettings |
installTimeSettings
The Install Time Settings.
|
Win32LobAppNotification |
notifications
The Notifications.
|
Win32LobAppRestartSettings |
restartSettings
The Restart Settings.
|
oDataType| Constructor and Description |
|---|
Win32LobAppAssignmentSettings() |
| 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="installTimeSettings",
alternate="InstallTimeSettings")
@Expose
public MobileAppInstallTimeSettings installTimeSettings
@SerializedName(value="notifications",
alternate="Notifications")
@Expose
public Win32LobAppNotification notifications
@SerializedName(value="restartSettings",
alternate="RestartSettings")
@Expose
public Win32LobAppRestartSettings restartSettings
public com.google.gson.JsonObject getRawObject()
getRawObject in class MobileAppAssignmentSettingsprotected ISerializer getSerializer()
getSerializer in class MobileAppAssignmentSettingspublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class MobileAppAssignmentSettingsserializer - the serializerjson - the JSON object to set this object to