Package com.microsoft.graph.models
Class UserInstallStateSummary
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserInstallStateSummary
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserInstallStateSummary
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Install State Summary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Device States.The Failed Device Count.The Installed Device Count.The Not Installed Device Count.The User Name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
failedDeviceCount
@SerializedName(value="failedDeviceCount", alternate="FailedDeviceCount") @Expose @Nullable public Integer failedDeviceCountThe Failed Device Count. Failed Device Count. -
installedDeviceCount
@SerializedName(value="installedDeviceCount", alternate="InstalledDeviceCount") @Expose @Nullable public Integer installedDeviceCountThe Installed Device Count. Installed Device Count. -
notInstalledDeviceCount
@SerializedName(value="notInstalledDeviceCount", alternate="NotInstalledDeviceCount") @Expose @Nullable public Integer notInstalledDeviceCountThe Not Installed Device Count. Not installed device count. -
userName
The User Name. User name. -
deviceStates
@SerializedName(value="deviceStates", alternate="DeviceStates") @Expose @Nullable public DeviceInstallStateCollectionPage deviceStatesThe Device States. The install state of the eBook.
-
-
Constructor Details
-
UserInstallStateSummary
public UserInstallStateSummary()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-