Uses of Class
odata.msgraph.client.entity.DeviceEnrollmentConfiguration
-
Packages that use DeviceEnrollmentConfiguration Package Description odata.msgraph.client.entity -
-
Uses of DeviceEnrollmentConfiguration in odata.msgraph.client.entity
Subclasses of DeviceEnrollmentConfiguration in odata.msgraph.client.entity Modifier and Type Class Description classDeviceEnrollmentLimitConfiguration“Device Enrollment Configuration that restricts the number of devices a user can enroll”classDeviceEnrollmentPlatformRestrictionsConfiguration“Device Enrollment Configuration that restricts the types of devices a user can enroll”classDeviceEnrollmentWindowsHelloForBusinessConfiguration“Windows Hello for Business settings lets users access their devices using a gesture, such as biometric authentication, or a PIN.Fields in odata.msgraph.client.entity with type parameters of type DeviceEnrollmentConfiguration Modifier and Type Field Description protected List<DeviceEnrollmentConfiguration>DeviceManagement. deviceEnrollmentConfigurationsMethods in odata.msgraph.client.entity that return DeviceEnrollmentConfiguration Modifier and Type Method Description DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. withAssignments(List<EnrollmentConfigurationAssignment> assignments)Returns an immutable copy ofthiswith just theassignmentsfield changed.DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. withCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. withPriority(Integer priority)Returns an immutable copy ofthiswith just thepriorityfield changed.DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. withUnmappedField(String name, Object value)DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. withVersion(Integer version)Returns an immutable copy ofthiswith just theversionfield changed.Methods in odata.msgraph.client.entity with parameters of type DeviceEnrollmentConfiguration Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. deviceEnrollmentConfigurations(DeviceEnrollmentConfiguration... deviceEnrollmentConfigurations)“The list of device enrollment configurations”Method parameters in odata.msgraph.client.entity with type arguments of type DeviceEnrollmentConfiguration Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. deviceEnrollmentConfigurations(List<DeviceEnrollmentConfiguration> deviceEnrollmentConfigurations)“The list of device enrollment configurations”DeviceManagementDeviceManagement. withDeviceEnrollmentConfigurations(List<DeviceEnrollmentConfiguration> deviceEnrollmentConfigurations)Returns an immutable copy ofthiswith just thedeviceEnrollmentConfigurationsfield changed.
-