Uses of Class
odata.msgraph.client.enums.DeviceEnrollmentFailureReason
-
Packages that use DeviceEnrollmentFailureReason Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of DeviceEnrollmentFailureReason in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceEnrollmentFailureReason Modifier and Type Field Description protected DeviceEnrollmentFailureReasonEnrollmentTroubleshootingEvent. failureCategoryMethods in odata.msgraph.client.entity that return types with arguments of type DeviceEnrollmentFailureReason Modifier and Type Method Description Optional<DeviceEnrollmentFailureReason>EnrollmentTroubleshootingEvent. getFailureCategory()“Highlevel failure category.”Methods in odata.msgraph.client.entity with parameters of type DeviceEnrollmentFailureReason Modifier and Type Method Description EnrollmentTroubleshootingEvent.BuilderEnrollmentTroubleshootingEvent.Builder. failureCategory(DeviceEnrollmentFailureReason failureCategory)“Highlevel failure category.”EnrollmentTroubleshootingEventEnrollmentTroubleshootingEvent. withFailureCategory(DeviceEnrollmentFailureReason failureCategory)Returns an immutable copy ofthiswith just thefailureCategoryfield changed. -
Uses of DeviceEnrollmentFailureReason in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return DeviceEnrollmentFailureReason Modifier and Type Method Description static DeviceEnrollmentFailureReasonDeviceEnrollmentFailureReason. 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.
-