Uses of Class
com.twilio.rest.taskrouter.v1.workspace.Task.Status
-
Packages that use Task.Status Package Description com.twilio.rest.taskrouter.v1.workspace -
-
Uses of Task.Status in com.twilio.rest.taskrouter.v1.workspace
Methods in com.twilio.rest.taskrouter.v1.workspace that return Task.Status Modifier and Type Method Description static Task.StatusTask.Status. forValue(String value)Task.StatusTask. getAssignmentStatus()static Task.StatusTask.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Task.Status[]Task.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.taskrouter.v1.workspace with parameters of type Task.Status Modifier and Type Method Description TaskUpdaterTaskUpdater. setAssignmentStatus(Task.Status assignmentStatus)
-