public class DeviceEnrollmentPlatformRestrictionsConfiguration extends DeviceEnrollmentConfiguration implements com.microsoft.graph.serializer.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 |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="androidRestriction", alternate="AndroidRestriction") @Expose @Nullable public DeviceEnrollmentPlatformRestriction androidRestriction
@SerializedName(value="iosRestriction", alternate="IosRestriction") @Expose @Nullable public DeviceEnrollmentPlatformRestriction iosRestriction
@SerializedName(value="macOSRestriction", alternate="MacOSRestriction") @Expose @Nullable public DeviceEnrollmentPlatformRestriction macOSRestriction
@SerializedName(value="windowsMobileRestriction", alternate="WindowsMobileRestriction") @Expose @Nullable public DeviceEnrollmentPlatformRestriction windowsMobileRestriction
@SerializedName(value="windowsRestriction", alternate="WindowsRestriction") @Expose @Nullable public DeviceEnrollmentPlatformRestriction windowsRestriction
public DeviceEnrollmentPlatformRestrictionsConfiguration()
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class DeviceEnrollmentConfiguration
serializer
- the serializerjson
- the JSON object to set this object to