| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceEnrollmentFailureReason |
EnrollmentTroubleshootingEvent.failureCategory |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceEnrollmentFailureReason> |
EnrollmentTroubleshootingEvent.getFailureCategory()
“Highlevel failure category.”
|
| Modifier and Type | Method and Description |
|---|---|
EnrollmentTroubleshootingEvent.Builder |
EnrollmentTroubleshootingEvent.Builder.failureCategory(DeviceEnrollmentFailureReason failureCategory)
“Highlevel failure category.”
|
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withFailureCategory(DeviceEnrollmentFailureReason failureCategory)
Returns an immutable copy of
this with just the failureCategory
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceEnrollmentFailureReason |
DeviceEnrollmentFailureReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceEnrollmentFailureReason[] |
DeviceEnrollmentFailureReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.