Package com.microsoft.graph.models
Class DeviceEnrollmentConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceEnrollmentConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
DeviceEnrollmentLimitConfiguration,DeviceEnrollmentPlatformRestrictionsConfiguration,DeviceEnrollmentWindowsHelloForBusinessConfiguration
public class DeviceEnrollmentConfiguration
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Enrollment Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Assignments.The Created Date Time.The Description.The Display Name.The Last Modified Date Time.The Priority.The Version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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. Created date time in UTC of the device enrollment configuration -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. The description of the device enrollment configuration -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The display name of the device enrollment configuration -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. Last modified date time in UTC of the device enrollment configuration -
priority
The Priority. Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. -
version
The Version. The version of the device enrollment configuration -
assignments
@SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public EnrollmentConfigurationAssignmentCollectionPage assignmentsThe Assignments. The list of group assignments for the device configuration profile
-
-
Constructor Details
-
DeviceEnrollmentConfiguration
public DeviceEnrollmentConfiguration()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-