Uses of Enum Class
com.mypurecloud.sdk.v2.model.V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.DirectionEnum
Packages that use V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.DirectionEnum
-
Uses of V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.DirectionEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.DirectionEnumModifier and TypeMethodDescriptionV2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.DirectionEnum.fromString(String key) V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.getDirection()V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.DirectionEnum.valueOf(String name) Returns the enum constant of this class with the specified name.V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.DirectionEnum.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 V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.DirectionEnumModifier and TypeMethodDescriptionV2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.direction(V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.DirectionEnum direction) voidV2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.setDirection(V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage.DirectionEnum direction)