public class DeviceConfigurationUserStatus extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
devicesCount
The Devices Count.
|
java.time.OffsetDateTime |
lastReportedDateTime
The Last Reported Date Time.
|
ComplianceStatus |
status
The Status.
|
java.lang.String |
userDisplayName
The User Display Name.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
| Constructor and Description |
|---|
DeviceConfigurationUserStatus() |
| 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="devicesCount",
alternate="DevicesCount")
@Expose
@Nullable
public java.lang.Integer devicesCount
@SerializedName(value="lastReportedDateTime",
alternate="LastReportedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastReportedDateTime
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public ComplianceStatus status
@SerializedName(value="userDisplayName",
alternate="UserDisplayName")
@Expose
@Nullable
public java.lang.String userDisplayName
@SerializedName(value="userPrincipalName",
alternate="UserPrincipalName")
@Expose
@Nullable
public java.lang.String userPrincipalName
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