Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationContentText.TypeEnum
Packages that use ConversationContentText.TypeEnum
-
Uses of ConversationContentText.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentText.TypeEnumModifier and TypeMethodDescriptionConversationContentText.TypeEnum.fromString(String key) ConversationContentText.getType()Returns the enum constant of this class with the specified name.static ConversationContentText.TypeEnum[]ConversationContentText.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 ConversationContentText.TypeEnumModifier and TypeMethodDescriptionvoidConversationContentText.setType(ConversationContentText.TypeEnum type) ConversationContentText.type(ConversationContentText.TypeEnum type) Type of text content (Deprecated).