| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceEnrollmentType |
ManagedDevice.deviceEnrollmentType |
protected DeviceEnrollmentType |
EnrollmentTroubleshootingEvent.enrollmentType |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceEnrollmentType> |
ManagedDevice.getDeviceEnrollmentType()
“Enrollment type of the device.
|
Optional<DeviceEnrollmentType> |
EnrollmentTroubleshootingEvent.getEnrollmentType()
“Type of the enrollment.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagedDevice.Builder |
WindowsManagedDevice.Builder.deviceEnrollmentType(DeviceEnrollmentType deviceEnrollmentType) |
ManagedDevice.Builder |
ManagedDevice.Builder.deviceEnrollmentType(DeviceEnrollmentType deviceEnrollmentType)
“Enrollment type of the device.
|
EnrollmentTroubleshootingEvent.Builder |
EnrollmentTroubleshootingEvent.Builder.enrollmentType(DeviceEnrollmentType enrollmentType)
“Type of the enrollment.”
|
ManagedDevice |
ManagedDevice.withDeviceEnrollmentType(DeviceEnrollmentType deviceEnrollmentType)
Returns an immutable copy of
this with just the deviceEnrollmentType field changed. |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withEnrollmentType(DeviceEnrollmentType enrollmentType)
Returns an immutable copy of
this with just the enrollmentType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceEnrollmentType |
DeviceEnrollmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceEnrollmentType[] |
DeviceEnrollmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.