Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Allowed Device Count.The Blocked Device Count.the OData type of the object as returned by the serviceThe Quarantined Device Count.The Unavailable Device Count.The Unknown Device Count. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
allowedDeviceCount
@SerializedName(value="allowedDeviceCount", alternate="AllowedDeviceCount") @Expose @Nullable public Integer allowedDeviceCountThe Allowed Device Count. Total count of devices with Exchange Access State: Allowed. -
blockedDeviceCount
@SerializedName(value="blockedDeviceCount", alternate="BlockedDeviceCount") @Expose @Nullable public Integer blockedDeviceCountThe Blocked Device Count. Total count of devices with Exchange Access State: Blocked. -
quarantinedDeviceCount
@SerializedName(value="quarantinedDeviceCount", alternate="QuarantinedDeviceCount") @Expose @Nullable public Integer quarantinedDeviceCountThe Quarantined Device Count. Total count of devices with Exchange Access State: Quarantined. -
unknownDeviceCount
@SerializedName(value="unknownDeviceCount", alternate="UnknownDeviceCount") @Expose @Nullable public Integer unknownDeviceCountThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-