| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceEnrollmentLimitConfiguration
“Device Enrollment Configuration that restricts the number of devices a user can
enroll”
|
class |
DeviceEnrollmentPlatformRestrictionsConfiguration
“Device Enrollment Configuration that restricts the types of devices a user can
enroll”
|
class |
DeviceEnrollmentWindowsHelloForBusinessConfiguration
“Windows Hello for Business settings lets users access their devices using a
gesture, such as biometric authentication, or a PIN.
|
class |
Windows10EnrollmentCompletionPageConfiguration
“Windows 10 Enrollment Status Page Configuration”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceEnrollmentConfiguration |
DeviceEnrollmentConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceEnrollmentConfiguration |
DeviceEnrollmentConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceEnrollmentConfiguration |
DeviceEnrollmentConfiguration.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
DeviceEnrollmentConfiguration |
DeviceEnrollmentConfiguration.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
DeviceEnrollmentConfiguration |
DeviceEnrollmentConfiguration.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
DeviceEnrollmentConfiguration |
DeviceEnrollmentConfiguration.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
DeviceEnrollmentConfiguration |
DeviceEnrollmentConfiguration.withPriority(Integer priority)
Returns an immutable copy of
this with just the priority field
changed. |
DeviceEnrollmentConfiguration |
DeviceEnrollmentConfiguration.withVersion(Integer version)
Returns an immutable copy of
this with just the version field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceEnrollmentConfiguration> |
User.getEffectiveDeviceEnrollmentConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceEnrollmentConfiguration> |
UserRequest.getEffectiveDeviceEnrollmentConfigurations() |
Copyright © 2018–2020. All rights reserved.