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