Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationCategory.InteractionTypeEnum
Packages that use ConversationCategory.InteractionTypeEnum
-
Uses of ConversationCategory.InteractionTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationCategory.InteractionTypeEnumModifier and TypeMethodDescriptionConversationCategory.InteractionTypeEnum.fromString(String key) ConversationCategory.getInteractionType()Returns the enum constant of this class with the specified name.ConversationCategory.InteractionTypeEnum.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 ConversationCategory.InteractionTypeEnumModifier and TypeMethodDescriptionConversationCategory.interactionType(ConversationCategory.InteractionTypeEnum interactionType) The type of interaction the category will apply tovoidConversationCategory.setInteractionType(ConversationCategory.InteractionTypeEnum interactionType)