Uses of Class
com.twilio.rest.taskrouter.v1.Workspace.QueueOrder
-
Packages that use Workspace.QueueOrder Package Description com.twilio.rest.taskrouter.v1 -
-
Uses of Workspace.QueueOrder in com.twilio.rest.taskrouter.v1
Methods in com.twilio.rest.taskrouter.v1 that return Workspace.QueueOrder Modifier and Type Method Description static Workspace.QueueOrderWorkspace.QueueOrder. forValue(String value)Workspace.QueueOrderWorkspace. getPrioritizeQueueOrder()static Workspace.QueueOrderWorkspace.QueueOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static Workspace.QueueOrder[]Workspace.QueueOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.taskrouter.v1 with parameters of type Workspace.QueueOrder Modifier and Type Method Description WorkspaceCreatorWorkspaceCreator. setPrioritizeQueueOrder(Workspace.QueueOrder prioritizeQueueOrder)WorkspaceUpdaterWorkspaceUpdater. setPrioritizeQueueOrder(Workspace.QueueOrder prioritizeQueueOrder)
-