Uses of Class
com.microsoft.graph.models.DeviceEnrollmentConfiguration
Packages that use DeviceEnrollmentConfiguration
-
Uses of DeviceEnrollmentConfiguration in com.microsoft.graph.models
Subclasses of DeviceEnrollmentConfiguration in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassDevice Enrollment Configuration that restricts the number of devices a user can enrollclassDefault Device Enrollment Platform Restrictions Configuration that restricts the types of devices a user can enrollclassWindows Hello for Business settings lets users access their devices using a gesture, such as biometric authentication, or a PIN.classWindows 10 Enrollment Status Page ConfigurationMethods in com.microsoft.graph.models that return DeviceEnrollmentConfigurationModifier and TypeMethodDescriptionDeviceEnrollmentConfiguration.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type DeviceEnrollmentConfigurationModifier and TypeMethodDescriptionDeviceManagement.getDeviceEnrollmentConfigurations()Gets the deviceEnrollmentConfigurations property value.DeviceEnrollmentConfigurationCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DeviceEnrollmentConfigurationModifier and TypeMethodDescriptionvoidDeviceManagement.setDeviceEnrollmentConfigurations(List<DeviceEnrollmentConfiguration> value) Sets the deviceEnrollmentConfigurations property value.voidDeviceEnrollmentConfigurationCollectionResponse.setValue(List<DeviceEnrollmentConfiguration> value) Sets the value property value.