Uses of Class
org.openiam.constants.TaskCancelReason
-
Packages that use TaskCancelReason Package Description org.openiam.constants -
-
Uses of TaskCancelReason in org.openiam.constants
Methods in org.openiam.constants that return TaskCancelReason Modifier and Type Method Description static TaskCancelReasonTaskCancelReason. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskCancelReason[]TaskCancelReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-