Package com.microsoft.graph.models
Class DeviceConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
AndroidCustomConfiguration
,AndroidGeneralDeviceConfiguration
,AndroidWorkProfileCustomConfiguration
,AndroidWorkProfileGeneralDeviceConfiguration
,AppleDeviceFeaturesConfigurationBase
,EditionUpgradeConfiguration
,IosCertificateProfile
,IosCustomConfiguration
,IosGeneralDeviceConfiguration
,IosUpdateConfiguration
,MacOSCustomConfiguration
,MacOSGeneralDeviceConfiguration
,SharedPCConfiguration
,Windows10CustomConfiguration
,Windows10EndpointProtectionConfiguration
,Windows10EnterpriseModernAppManagementConfiguration
,Windows10GeneralConfiguration
,Windows10SecureAssessmentConfiguration
,Windows10TeamGeneralConfiguration
,Windows81GeneralConfiguration
,WindowsDefenderAdvancedThreatProtectionConfiguration
,WindowsPhone81CustomConfiguration
,WindowsPhone81GeneralConfiguration
,WindowsUpdateForBusinessConfiguration
public class DeviceConfiguration
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Assignments.The Created Date Time.The Description.The Device Setting State Summaries.The Device Statuses.The Device Status Overview.The Display Name.The Last Modified Date Time.The User Statuses.The User Status Overview.The Version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. DateTime the object was created. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. Admin provided description of the Device Configuration. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Admin provided name of the device configuration. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. DateTime the object was last modified. -
version
The Version. Version of the device configuration. -
assignments
@SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public DeviceConfigurationAssignmentCollectionPage assignmentsThe Assignments. The list of assignments for the device configuration profile. -
deviceSettingStateSummaries
@SerializedName(value="deviceSettingStateSummaries", alternate="DeviceSettingStateSummaries") @Expose @Nullable public SettingStateDeviceSummaryCollectionPage deviceSettingStateSummariesThe Device Setting State Summaries. Device Configuration Setting State Device Summary -
deviceStatuses
@SerializedName(value="deviceStatuses", alternate="DeviceStatuses") @Expose @Nullable public DeviceConfigurationDeviceStatusCollectionPage deviceStatusesThe Device Statuses. Device configuration installation status by device. -
deviceStatusOverview
@SerializedName(value="deviceStatusOverview", alternate="DeviceStatusOverview") @Expose @Nullable public DeviceConfigurationDeviceOverview deviceStatusOverviewThe Device Status Overview. Device Configuration devices status overview -
userStatuses
@SerializedName(value="userStatuses", alternate="UserStatuses") @Expose @Nullable public DeviceConfigurationUserStatusCollectionPage userStatusesThe User Statuses. Device configuration installation status by user. -
userStatusOverview
@SerializedName(value="userStatusOverview", alternate="UserStatusOverview") @Expose @Nullable public DeviceConfigurationUserOverview userStatusOverviewThe User Status Overview. Device Configuration users status overview
-
-
Constructor Details
-
DeviceConfiguration
public DeviceConfiguration()
-
-
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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-