Uses of Enum Class
com.mypurecloud.sdk.v2.model.AgentActivityChangedTopicRoutingStatus.StatusEnum
Packages that use AgentActivityChangedTopicRoutingStatus.StatusEnum
-
Uses of AgentActivityChangedTopicRoutingStatus.StatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentActivityChangedTopicRoutingStatus.StatusEnumModifier and TypeMethodDescriptionAgentActivityChangedTopicRoutingStatus.StatusEnum.fromString(String key) AgentActivityChangedTopicRoutingStatus.getStatus()Returns the enum constant of this class with the specified name.AgentActivityChangedTopicRoutingStatus.StatusEnum.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 AgentActivityChangedTopicRoutingStatus.StatusEnumModifier and TypeMethodDescriptionvoidAgentActivityChangedTopicRoutingStatus.setStatus(AgentActivityChangedTopicRoutingStatus.StatusEnum status) AgentActivityChangedTopicRoutingStatus.status(AgentActivityChangedTopicRoutingStatus.StatusEnum status) Indicates the Routing State of the agent.