Class DeviceEnrollmentPlatformRestrictionsConfiguration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceEnrollmentConfiguration
com.microsoft.graph.models.DeviceEnrollmentPlatformRestrictionsConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceEnrollmentPlatformRestrictionsConfiguration extends DeviceEnrollmentConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Enrollment Platform Restrictions Configuration.
  • Field Details

    • androidRestriction

      @SerializedName(value="androidRestriction", alternate="AndroidRestriction") @Expose @Nullable public DeviceEnrollmentPlatformRestriction androidRestriction
      The Android Restriction. Android restrictions based on platform, platform operating system version, and device ownership
    • iosRestriction

      @SerializedName(value="iosRestriction", alternate="IosRestriction") @Expose @Nullable public DeviceEnrollmentPlatformRestriction iosRestriction
      The Ios Restriction. Ios restrictions based on platform, platform operating system version, and device ownership
    • macOSRestriction

      @SerializedName(value="macOSRestriction", alternate="MacOSRestriction") @Expose @Nullable public DeviceEnrollmentPlatformRestriction macOSRestriction
      The Mac OSRestriction. Mac restrictions based on platform, platform operating system version, and device ownership
    • windowsMobileRestriction

      @SerializedName(value="windowsMobileRestriction", alternate="WindowsMobileRestriction") @Expose @Nullable public DeviceEnrollmentPlatformRestriction windowsMobileRestriction
      The Windows Mobile Restriction. Windows mobile restrictions based on platform, platform operating system version, and device ownership
    • windowsRestriction

      @SerializedName(value="windowsRestriction", alternate="WindowsRestriction") @Expose @Nullable public DeviceEnrollmentPlatformRestriction windowsRestriction
      The Windows Restriction. Windows restrictions based on platform, platform operating system version, and device ownership
  • Constructor Details

    • DeviceEnrollmentPlatformRestrictionsConfiguration

      public DeviceEnrollmentPlatformRestrictionsConfiguration()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class DeviceEnrollmentConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to