public class DeviceComplianceSettingState extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.time.OffsetDateTime |
complianceGracePeriodExpirationDateTime
The Compliance Grace Period Expiration Date Time.
|
java.lang.String |
deviceId
The Device Id.
|
java.lang.String |
deviceModel
The Device Model.
|
java.lang.String |
deviceName
The Device Name.
|
java.lang.String |
setting
The Setting.
|
java.lang.String |
settingName
The Setting Name.
|
ComplianceStatus |
state
The State.
|
java.lang.String |
userEmail
The User Email.
|
java.lang.String |
userId
The User Id.
|
java.lang.String |
userName
The User Name.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
Constructor and Description |
---|
DeviceComplianceSettingState() |
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="complianceGracePeriodExpirationDateTime", alternate="ComplianceGracePeriodExpirationDateTime") @Expose @Nullable public java.time.OffsetDateTime complianceGracePeriodExpirationDateTime
@SerializedName(value="deviceId", alternate="DeviceId") @Expose @Nullable public java.lang.String deviceId
@SerializedName(value="deviceModel", alternate="DeviceModel") @Expose @Nullable public java.lang.String deviceModel
@SerializedName(value="deviceName", alternate="DeviceName") @Expose @Nullable public java.lang.String deviceName
@SerializedName(value="setting", alternate="Setting") @Expose @Nullable public java.lang.String setting
@SerializedName(value="settingName", alternate="SettingName") @Expose @Nullable public java.lang.String settingName
@SerializedName(value="state", alternate="State") @Expose @Nullable public ComplianceStatus state
@SerializedName(value="userEmail", alternate="UserEmail") @Expose @Nullable public java.lang.String userEmail
@SerializedName(value="userId", alternate="UserId") @Expose @Nullable public java.lang.String userId
@SerializedName(value="userName", alternate="UserName") @Expose @Nullable public java.lang.String userName
@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.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to