Uses of Class
odata.msgraph.client.beta.entity.DeviceEnrollmentConfiguration
-
Packages that use DeviceEnrollmentConfiguration Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of DeviceEnrollmentConfiguration in odata.msgraph.client.beta.entity
Subclasses of DeviceEnrollmentConfiguration in odata.msgraph.client.beta.entity Modifier and Type Class Description classDeviceComanagementAuthorityConfiguration“Windows 10 Co-Management Authority Page Configuration”classDeviceEnrollmentLimitConfiguration“Device Enrollment Configuration that restricts the number of devices a user can enroll”classDeviceEnrollmentPlatformRestrictionConfiguration“Device Enrollment Configuration that restricts the types of devices a user can enroll for a single platform”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.classWindows10EnrollmentCompletionPageConfiguration“Windows 10 Enrollment Status Page Configuration”Methods in odata.msgraph.client.beta.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. 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. withRoleScopeTagIds(List<String> roleScopeTagIds)Returns an immutable copy ofthiswith just theroleScopeTagIdsfield changed.DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. withUnmappedField(String name, String value)DeviceEnrollmentConfigurationDeviceEnrollmentConfiguration. withVersion(Integer version)Returns an immutable copy ofthiswith just theversionfield changed.Methods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceEnrollmentConfiguration Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceEnrollmentConfiguration>User. getEffectiveDeviceEnrollmentConfigurations() -
Uses of DeviceEnrollmentConfiguration in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type DeviceEnrollmentConfiguration Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceEnrollmentConfiguration>UserRequest. getEffectiveDeviceEnrollmentConfigurations()
-