Uses of Class
com.uc4.api.objects.RollbackAction.Task
-
Packages that use RollbackAction.Task Package Description com.uc4.api.objects -
-
Uses of RollbackAction.Task in com.uc4.api.objects
Methods in com.uc4.api.objects that return RollbackAction.Task Modifier and Type Method Description RollbackAction.Task
RollbackAction. getTask()
Returns the task to rollback.static RollbackAction.Task
RollbackAction.Task. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RollbackAction.Task[]
RollbackAction.Task. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.api.objects with parameters of type RollbackAction.Task Modifier and Type Method Description void
RollbackAction. setTask(RollbackAction.Task task)
Sets the task to rollback.
-