public class DeviceConfigurationSettingState
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
currentValue
The Current Value.
|
java.lang.Long |
errorCode
The Error Code.
|
java.lang.String |
errorDescription
The Error Description.
|
java.lang.String |
instanceDisplayName
The Instance Display Name.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
setting
The Setting.
|
java.lang.String |
settingName
The Setting Name.
|
java.util.List<SettingSource> |
sources
The Sources.
|
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 |
---|
DeviceConfigurationSettingState() |
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="currentValue", alternate="CurrentValue") @Expose @Nullable public java.lang.String currentValue
@SerializedName(value="errorCode", alternate="ErrorCode") @Expose @Nullable public java.lang.Long errorCode
@SerializedName(value="errorDescription", alternate="ErrorDescription") @Expose @Nullable public java.lang.String errorDescription
@SerializedName(value="instanceDisplayName", alternate="InstanceDisplayName") @Expose @Nullable public java.lang.String instanceDisplayName
@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="sources", alternate="Sources") @Expose @Nullable public java.util.List<SettingSource> sources
@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
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager
in interface com.microsoft.graph.serializer.IJsonBackedObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to