public class DeviceExchangeAccessStateSummary
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
allowedDeviceCount
The Allowed Device Count.
|
java.lang.Integer |
blockedDeviceCount
The Blocked Device Count.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.Integer |
quarantinedDeviceCount
The Quarantined Device Count.
|
java.lang.Integer |
unavailableDeviceCount
The Unavailable Device Count.
|
java.lang.Integer |
unknownDeviceCount
The Unknown Device Count.
|
| Constructor and Description |
|---|
DeviceExchangeAccessStateSummary() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="allowedDeviceCount",
alternate="AllowedDeviceCount")
@Expose
@Nullable
public java.lang.Integer allowedDeviceCount
@SerializedName(value="blockedDeviceCount",
alternate="BlockedDeviceCount")
@Expose
@Nullable
public java.lang.Integer blockedDeviceCount
@SerializedName(value="quarantinedDeviceCount",
alternate="QuarantinedDeviceCount")
@Expose
@Nullable
public java.lang.Integer quarantinedDeviceCount
@SerializedName(value="unavailableDeviceCount",
alternate="UnavailableDeviceCount")
@Expose
@Nullable
public java.lang.Integer unavailableDeviceCount
@SerializedName(value="unknownDeviceCount",
alternate="UnknownDeviceCount")
@Expose
@Nullable
public java.lang.Integer unknownDeviceCount
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to