| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected EnrollmentState |
DeviceManagementAutopilotEvent.enrollmentState |
protected EnrollmentState |
ImportedAppleDeviceIdentity.enrollmentState |
protected EnrollmentState |
ImportedDeviceIdentity.enrollmentState |
protected EnrollmentState |
WindowsAutopilotDeviceIdentity.enrollmentState |
| Modifier and Type | Method and Description |
|---|---|
Optional<EnrollmentState> |
DeviceManagementAutopilotEvent.getEnrollmentState()
“Enrollment state like Enrolled, Failed.”
|
Optional<EnrollmentState> |
ImportedAppleDeviceIdentity.getEnrollmentState()
“The state of the device in Intune”
|
Optional<EnrollmentState> |
ImportedDeviceIdentity.getEnrollmentState()
“The state of the device in Intune”
|
Optional<EnrollmentState> |
WindowsAutopilotDeviceIdentity.getEnrollmentState()
“Intune enrollment state of the Windows autopilot device.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementAutopilotEvent.Builder |
DeviceManagementAutopilotEvent.Builder.enrollmentState(EnrollmentState enrollmentState)
“Enrollment state like Enrolled, Failed.”
|
ImportedAppleDeviceIdentity.Builder |
ImportedAppleDeviceIdentity.Builder.enrollmentState(EnrollmentState enrollmentState)
“The state of the device in Intune”
|
ImportedDeviceIdentity.Builder |
ImportedDeviceIdentity.Builder.enrollmentState(EnrollmentState enrollmentState)
“The state of the device in Intune”
|
ImportedAppleDeviceIdentityResult.Builder |
ImportedAppleDeviceIdentityResult.Builder.enrollmentState(EnrollmentState enrollmentState) |
ImportedDeviceIdentityResult.Builder |
ImportedDeviceIdentityResult.Builder.enrollmentState(EnrollmentState enrollmentState) |
WindowsAutopilotDeviceIdentity.Builder |
WindowsAutopilotDeviceIdentity.Builder.enrollmentState(EnrollmentState enrollmentState)
“Intune enrollment state of the Windows autopilot device.”
|
DeviceManagementAutopilotEvent |
DeviceManagementAutopilotEvent.withEnrollmentState(EnrollmentState enrollmentState)
Returns an immutable copy of
this with just the enrollmentState
field changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withEnrollmentState(EnrollmentState enrollmentState)
Returns an immutable copy of
this with just the enrollmentState
field changed. |
ImportedDeviceIdentity |
ImportedDeviceIdentity.withEnrollmentState(EnrollmentState enrollmentState)
Returns an immutable copy of
this with just the enrollmentState
field changed. |
WindowsAutopilotDeviceIdentity |
WindowsAutopilotDeviceIdentity.withEnrollmentState(EnrollmentState enrollmentState)
Returns an immutable copy of
this with just the enrollmentState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static EnrollmentState |
EnrollmentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnrollmentState[] |
EnrollmentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.