public class DeviceEnrollmentPlatformRestrictionsConfiguration extends DeviceEnrollmentConfiguration implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
DeviceEnrollmentPlatformRestriction |
androidRestriction
The Android Restriction.
|
DeviceEnrollmentPlatformRestriction |
iosRestriction
The Ios Restriction.
|
DeviceEnrollmentPlatformRestriction |
macOSRestriction
The Mac OSRestriction.
|
DeviceEnrollmentPlatformRestriction |
windowsMobileRestriction
The Windows Mobile Restriction.
|
DeviceEnrollmentPlatformRestriction |
windowsRestriction
The Windows Restriction.
|
assignments, createdDateTime, description, displayName, lastModifiedDateTime, priority, version
Constructor and Description |
---|
DeviceEnrollmentPlatformRestrictionsConfiguration() |
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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="iosRestriction") @Expose public DeviceEnrollmentPlatformRestriction iosRestriction
@SerializedName(value="windowsRestriction") @Expose public DeviceEnrollmentPlatformRestriction windowsRestriction
@SerializedName(value="windowsMobileRestriction") @Expose public DeviceEnrollmentPlatformRestriction windowsMobileRestriction
@SerializedName(value="androidRestriction") @Expose public DeviceEnrollmentPlatformRestriction androidRestriction
@SerializedName(value="macOSRestriction") @Expose public DeviceEnrollmentPlatformRestriction macOSRestriction
public DeviceEnrollmentPlatformRestrictionsConfiguration()
public com.google.gson.JsonObject getRawObject()
getRawObject
in class DeviceEnrollmentConfiguration
protected ISerializer getSerializer()
getSerializer
in class DeviceEnrollmentConfiguration
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class DeviceEnrollmentConfiguration
serializer
- the serializerjson
- the JSON object to set this object to