Uses of Class
cloud.genesys.webmessaging.sdk.model.HeaderType
-
Packages that use HeaderType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of HeaderType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return HeaderType Modifier and Type Method Description static HeaderTypeHeaderType. fromString(String key)HeaderTypeNotificationTemplateHeader. getType()static HeaderTypeHeaderType. valueOf(String name)Returns the enum constant of this type with the specified name.static HeaderType[]HeaderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type HeaderType Modifier and Type Method Description voidNotificationTemplateHeader. setType(HeaderType type)NotificationTemplateHeaderNotificationTemplateHeader. type(HeaderType type)Template header type.
-