Uses of Enum Class
com.uc4.api.objects.RollbackAction.Task
Packages that use RollbackAction.Task
-
Uses of RollbackAction.Task in com.uc4.api.objects
Methods in com.uc4.api.objects that return RollbackAction.TaskModifier and TypeMethodDescriptionRollbackAction.getTask()Returns the task to rollback.static RollbackAction.TaskReturns the enum constant of this class with the specified name.static RollbackAction.Task[]RollbackAction.Task.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.api.objects with parameters of type RollbackAction.TaskModifier and TypeMethodDescriptionvoidRollbackAction.setTask(RollbackAction.Task task) Sets the task to rollback.