Uses of Enum Class
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicAfterCallWork.StateEnum
Packages that use QueueConversationSocialExpressionEventTopicAfterCallWork.StateEnum
-
Uses of QueueConversationSocialExpressionEventTopicAfterCallWork.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationSocialExpressionEventTopicAfterCallWork.StateEnumModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicAfterCallWork.StateEnum.fromString(String key) QueueConversationSocialExpressionEventTopicAfterCallWork.getState()Returns the enum constant of this class with the specified name.QueueConversationSocialExpressionEventTopicAfterCallWork.StateEnum.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 QueueConversationSocialExpressionEventTopicAfterCallWork.StateEnumModifier and TypeMethodDescriptionvoidQueueConversationSocialExpressionEventTopicAfterCallWork.setState(QueueConversationSocialExpressionEventTopicAfterCallWork.StateEnum state) QueueConversationSocialExpressionEventTopicAfterCallWork.state(QueueConversationSocialExpressionEventTopicAfterCallWork.StateEnum state) The communication's after-call work state.