public class UserInstallStateSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
DeviceInstallStateCollectionPage |
deviceStates
The Device States.
|
java.lang.Integer |
failedDeviceCount
The Failed Device Count.
|
java.lang.Integer |
installedDeviceCount
The Installed Device Count.
|
java.lang.Integer |
notInstalledDeviceCount
The Not Installed Device Count.
|
java.lang.String |
userName
The User Name.
|
| Constructor and Description |
|---|
UserInstallStateSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="failedDeviceCount",
alternate="FailedDeviceCount")
@Expose
@Nullable
public java.lang.Integer failedDeviceCount
@SerializedName(value="installedDeviceCount",
alternate="InstalledDeviceCount")
@Expose
@Nullable
public java.lang.Integer installedDeviceCount
@SerializedName(value="notInstalledDeviceCount",
alternate="NotInstalledDeviceCount")
@Expose
@Nullable
public java.lang.Integer notInstalledDeviceCount
@SerializedName(value="userName",
alternate="UserName")
@Expose
@Nullable
public java.lang.String userName
@SerializedName(value="deviceStates",
alternate="DeviceStates")
@Expose
@Nullable
public DeviceInstallStateCollectionPage deviceStates
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to