Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationEventTyping.TypeEnum
Packages that use ConversationEventTyping.TypeEnum
-
Uses of ConversationEventTyping.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationEventTyping.TypeEnumModifier and TypeMethodDescriptionConversationEventTyping.TypeEnum.fromString(String key) ConversationEventTyping.getType()Returns the enum constant of this class with the specified name.static ConversationEventTyping.TypeEnum[]ConversationEventTyping.TypeEnum.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 ConversationEventTyping.TypeEnumModifier and TypeMethodDescriptionvoidConversationEventTyping.setType(ConversationEventTyping.TypeEnum type) ConversationEventTyping.type(ConversationEventTyping.TypeEnum type) Describes the type of Typing event.