Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.HeaderType
Packages that use HeaderType
-
Uses of HeaderType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return HeaderTypeModifier and TypeMethodDescriptionstatic HeaderTypeHeaderType.fromString(String key) NotificationTemplateHeader.getType()static HeaderTypeReturns the enum constant of this class with the specified name.static HeaderType[]HeaderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type HeaderTypeModifier and TypeMethodDescriptionvoidNotificationTemplateHeader.setType(HeaderType type) NotificationTemplateHeader.type(HeaderType type) Template header type.