Class DeviceEnrollmentLimitConfiguration

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • limit

      @SerializedName(value="limit", alternate="Limit") @Expose @Nullable public Integer limit
      The Limit. The maximum number of devices that a user can enroll
  • Constructor Details

    • DeviceEnrollmentLimitConfiguration

      public DeviceEnrollmentLimitConfiguration()
  • 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