Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationContentButtonResponse.TypeEnum
Packages that use ConversationContentButtonResponse.TypeEnum
-
Uses of ConversationContentButtonResponse.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentButtonResponse.TypeEnumModifier and TypeMethodDescriptionConversationContentButtonResponse.TypeEnum.fromString(String key) ConversationContentButtonResponse.getType()Returns the enum constant of this class with the specified name.ConversationContentButtonResponse.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 ConversationContentButtonResponse.TypeEnumModifier and TypeMethodDescriptionvoidConversationContentButtonResponse.setType(ConversationContentButtonResponse.TypeEnum type) ConversationContentButtonResponse.type(ConversationContentButtonResponse.TypeEnum type) Describes the button that resulted in the Button Response.