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.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
- Direct Known Subclasses:
DeviceEnrollmentLimitConfiguration
,DeviceEnrollmentPlatformRestrictionsConfiguration
,DeviceEnrollmentWindowsHelloForBusinessConfiguration
,Windows10EnrollmentCompletionPageConfiguration
@Generated("com.microsoft.kiota")
public class DeviceEnrollmentConfiguration
extends Entity
implements com.microsoft.kiota.serialization.Parsable
The Base Class of Device Enrollment Configuration
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newDeviceEnrollmentConfiguration
and sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the assignments property value.Gets the createdDateTime property value.Gets the description property value.Gets the displayName property value.The deserialization information for the current modelGets the lastModifiedDateTime property value.Gets the priority property value.Gets the version property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
Sets the assignments property value.void
setCreatedDateTime
(OffsetDateTime value) Sets the createdDateTime property value.void
setDescription
(String value) Sets the description property value.void
setDisplayName
(String value) Sets the displayName property value.void
Sets the lastModifiedDateTime property value.void
setPriority
(Integer value) Sets the priority property value.void
setVersion
(Integer value) Sets the version property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
DeviceEnrollmentConfiguration
public DeviceEnrollmentConfiguration()Instantiates a newDeviceEnrollmentConfiguration
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static DeviceEnrollmentConfiguration createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode
- The parse node to use to read the discriminator value and create the object- Returns:
- a
DeviceEnrollmentConfiguration
-
getAssignments
Gets the assignments property value. The list of group assignments for the device configuration profile- Returns:
- a
List<EnrollmentConfigurationAssignment>
-
getCreatedDateTime
Gets the createdDateTime property value. Created date time in UTC of the device enrollment configuration- Returns:
- a
OffsetDateTime
-
getDescription
Gets the description property value. The description of the device enrollment configuration- Returns:
- a
String
-
getDisplayName
Gets the displayName property value. The display name of the device enrollment configuration- Returns:
- a
String
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getLastModifiedDateTime
Gets the lastModifiedDateTime property value. Last modified date time in UTC of the device enrollment configuration- Returns:
- a
OffsetDateTime
-
getPriority
Gets the priority property value. 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.- Returns:
- a
Integer
-
getVersion
Gets the version property value. The version of the device enrollment configuration- Returns:
- a
Integer
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setAssignments
Sets the assignments property value. The list of group assignments for the device configuration profile- Parameters:
value
- Value to set for the assignments property.
-
setCreatedDateTime
Sets the createdDateTime property value. Created date time in UTC of the device enrollment configuration- Parameters:
value
- Value to set for the createdDateTime property.
-
setDescription
Sets the description property value. The description of the device enrollment configuration- Parameters:
value
- Value to set for the description property.
-
setDisplayName
Sets the displayName property value. The display name of the device enrollment configuration- Parameters:
value
- Value to set for the displayName property.
-
setLastModifiedDateTime
Sets the lastModifiedDateTime property value. Last modified date time in UTC of the device enrollment configuration- Parameters:
value
- Value to set for the lastModifiedDateTime property.
-
setPriority
Sets the priority property value. 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.- Parameters:
value
- Value to set for the priority property.
-
setVersion
Sets the version property value. The version of the device enrollment configuration- Parameters:
value
- Value to set for the version property.
-