public class DeviceConfiguration extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
DeviceConfigurationAssignmentCollectionPage |
assignments
The Assignments.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.String |
description
The Description.
|
SettingStateDeviceSummaryCollectionPage |
deviceSettingStateSummaries
The Device Setting State Summaries.
|
DeviceConfigurationDeviceStatusCollectionPage |
deviceStatuses
The Device Statuses.
|
DeviceConfigurationDeviceOverview |
deviceStatusOverview
The Device Status Overview.
|
java.lang.String |
displayName
The Display Name.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
DeviceConfigurationUserStatusCollectionPage |
userStatuses
The User Statuses.
|
DeviceConfigurationUserOverview |
userStatusOverview
The User Status Overview.
|
java.lang.Integer |
version
The Version.
|
Constructor and Description |
---|
DeviceConfiguration() |
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="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public java.time.OffsetDateTime createdDateTime
@SerializedName(value="description", alternate="Description") @Expose @Nullable public java.lang.String description
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public java.lang.String displayName
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="version", alternate="Version") @Expose @Nullable public java.lang.Integer version
@SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public DeviceConfigurationAssignmentCollectionPage assignments
@SerializedName(value="deviceSettingStateSummaries", alternate="DeviceSettingStateSummaries") @Expose @Nullable public SettingStateDeviceSummaryCollectionPage deviceSettingStateSummaries
@SerializedName(value="deviceStatuses", alternate="DeviceStatuses") @Expose @Nullable public DeviceConfigurationDeviceStatusCollectionPage deviceStatuses
@SerializedName(value="deviceStatusOverview", alternate="DeviceStatusOverview") @Expose @Nullable public DeviceConfigurationDeviceOverview deviceStatusOverview
@SerializedName(value="userStatuses", alternate="UserStatuses") @Expose @Nullable public DeviceConfigurationUserStatusCollectionPage userStatuses
@SerializedName(value="userStatusOverview", alternate="UserStatusOverview") @Expose @Nullable public DeviceConfigurationUserOverview userStatusOverview
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