Uses of Enum Class
com.mypurecloud.sdk.v2.model.CreateQueueRequest.LastAgentRoutingModeEnum
Packages that use CreateQueueRequest.LastAgentRoutingModeEnum
-
Uses of CreateQueueRequest.LastAgentRoutingModeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateQueueRequest.LastAgentRoutingModeEnumModifier and TypeMethodDescriptionCreateQueueRequest.LastAgentRoutingModeEnum.fromString(String key) CreateQueueRequest.getLastAgentRoutingMode()Returns the enum constant of this class with the specified name.CreateQueueRequest.LastAgentRoutingModeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type CreateQueueRequest.LastAgentRoutingModeEnumModifier and TypeMethodDescriptionCreateQueueRequest.lastAgentRoutingMode(CreateQueueRequest.LastAgentRoutingModeEnum lastAgentRoutingMode) The Last Agent Routing Mode for the queue.voidCreateQueueRequest.setLastAgentRoutingMode(CreateQueueRequest.LastAgentRoutingModeEnum lastAgentRoutingMode)