Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationContentRichLinkHeader.TypeEnum
Packages that use ConversationContentRichLinkHeader.TypeEnum
-
Uses of ConversationContentRichLinkHeader.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentRichLinkHeader.TypeEnumModifier and TypeMethodDescriptionConversationContentRichLinkHeader.TypeEnum.fromString(String key) ConversationContentRichLinkHeader.getType()Returns the enum constant of this class with the specified name.ConversationContentRichLinkHeader.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 ConversationContentRichLinkHeader.TypeEnumModifier and TypeMethodDescriptionvoidConversationContentRichLinkHeader.setType(ConversationContentRichLinkHeader.TypeEnum type) ConversationContentRichLinkHeader.type(ConversationContentRichLinkHeader.TypeEnum type) Describes the Rich Link header type.