Class DeviceExchangeAccessStateSummary

java.lang.Object
com.microsoft.graph.models.DeviceExchangeAccessStateSummary
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceExchangeAccessStateSummary extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Exchange Access State Summary.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • allowedDeviceCount

      @SerializedName(value="allowedDeviceCount", alternate="AllowedDeviceCount") @Expose @Nullable public Integer allowedDeviceCount
      The Allowed Device Count. Total count of devices with Exchange Access State: Allowed.
    • blockedDeviceCount

      @SerializedName(value="blockedDeviceCount", alternate="BlockedDeviceCount") @Expose @Nullable public Integer blockedDeviceCount
      The Blocked Device Count. Total count of devices with Exchange Access State: Blocked.
    • quarantinedDeviceCount

      @SerializedName(value="quarantinedDeviceCount", alternate="QuarantinedDeviceCount") @Expose @Nullable public Integer quarantinedDeviceCount
      The Quarantined Device Count. Total count of devices with Exchange Access State: Quarantined.
    • unavailableDeviceCount

      @SerializedName(value="unavailableDeviceCount", alternate="UnavailableDeviceCount") @Expose @Nullable public Integer unavailableDeviceCount
      The Unavailable Device Count. Total count of devices for which no Exchange Access State could be found.
    • unknownDeviceCount

      @SerializedName(value="unknownDeviceCount", alternate="UnknownDeviceCount") @Expose @Nullable public Integer unknownDeviceCount
      The Unknown Device Count. Total count of devices with Exchange Access State: Unknown.
  • Constructor Details

    • DeviceExchangeAccessStateSummary

      public DeviceExchangeAccessStateSummary()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to