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.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
- 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
@Generated("com.microsoft.kiota")
public class DeviceConfiguration
extends Entity
implements com.microsoft.kiota.serialization.Parsable
Device Configuration.
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeviceConfiguration
createFromDiscriminatorValue
(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 deviceSettingStateSummaries property value.Gets the deviceStatuses property value.Gets the deviceStatusOverview property value.Gets the displayName property value.The deserialization information for the current modelGets the lastModifiedDateTime property value.Gets the userStatuses property value.Gets the userStatusOverview 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
Sets the deviceSettingStateSummaries property value.void
Sets the deviceStatuses property value.void
Sets the deviceStatusOverview property value.void
setDisplayName
(String value) Sets the displayName property value.void
Sets the lastModifiedDateTime property value.void
Sets the userStatuses property value.void
Sets the userStatusOverview 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
-
DeviceConfiguration
public DeviceConfiguration()Instantiates a newDeviceConfiguration
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static DeviceConfiguration 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
DeviceConfiguration
-
getAssignments
Gets the assignments property value. The list of assignments for the device configuration profile.- Returns:
- a
List<DeviceConfigurationAssignment>
-
getCreatedDateTime
Gets the createdDateTime property value. DateTime the object was created.- Returns:
- a
OffsetDateTime
-
getDescription
Gets the description property value. Admin provided description of the Device Configuration.- Returns:
- a
String
-
getDeviceSettingStateSummaries
Gets the deviceSettingStateSummaries property value. Device Configuration Setting State Device Summary- Returns:
- a
List<SettingStateDeviceSummary>
-
getDeviceStatuses
Gets the deviceStatuses property value. Device configuration installation status by device.- Returns:
- a
List<DeviceConfigurationDeviceStatus>
-
getDeviceStatusOverview
Gets the deviceStatusOverview property value. Device Configuration devices status overview- Returns:
- a
DeviceConfigurationDeviceOverview
-
getDisplayName
Gets the displayName property value. Admin provided name of the device 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. DateTime the object was last modified.- Returns:
- a
OffsetDateTime
-
getUserStatuses
Gets the userStatuses property value. Device configuration installation status by user.- Returns:
- a
List<DeviceConfigurationUserStatus>
-
getUserStatusOverview
Gets the userStatusOverview property value. Device Configuration users status overview- Returns:
- a
DeviceConfigurationUserOverview
-
getVersion
Gets the version property value. Version of the device 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 assignments for the device configuration profile.- Parameters:
value
- Value to set for the assignments property.
-
setCreatedDateTime
Sets the createdDateTime property value. DateTime the object was created.- Parameters:
value
- Value to set for the createdDateTime property.
-
setDescription
Sets the description property value. Admin provided description of the Device Configuration.- Parameters:
value
- Value to set for the description property.
-
setDeviceSettingStateSummaries
Sets the deviceSettingStateSummaries property value. Device Configuration Setting State Device Summary- Parameters:
value
- Value to set for the deviceSettingStateSummaries property.
-
setDeviceStatuses
Sets the deviceStatuses property value. Device configuration installation status by device.- Parameters:
value
- Value to set for the deviceStatuses property.
-
setDeviceStatusOverview
Sets the deviceStatusOverview property value. Device Configuration devices status overview- Parameters:
value
- Value to set for the deviceStatusOverview property.
-
setDisplayName
Sets the displayName property value. Admin provided name of the device configuration.- Parameters:
value
- Value to set for the displayName property.
-
setLastModifiedDateTime
Sets the lastModifiedDateTime property value. DateTime the object was last modified.- Parameters:
value
- Value to set for the lastModifiedDateTime property.
-
setUserStatuses
Sets the userStatuses property value. Device configuration installation status by user.- Parameters:
value
- Value to set for the userStatuses property.
-
setUserStatusOverview
Sets the userStatusOverview property value. Device Configuration users status overview- Parameters:
value
- Value to set for the userStatusOverview property.
-
setVersion
Sets the version property value. Version of the device configuration.- Parameters:
value
- Value to set for the version property.
-