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