Uses of Class
cloud.genesys.webmessaging.sdk.model.NormalizedType
-
Packages that use NormalizedType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of NormalizedType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return NormalizedType Modifier and Type Method Description static NormalizedTypeNormalizedType. fromString(String key)NormalizedTypeCleanMessage. getType()NormalizedTypeIncomingNormalizedMessage. getType()NormalizedTypeStructuredMessage. getType()static NormalizedTypeNormalizedType. valueOf(String name)Returns the enum constant of this type with the specified name.static NormalizedType[]NormalizedType. 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 NormalizedType Modifier and Type Method Description voidCleanMessage. setType(NormalizedType type)voidIncomingNormalizedMessage. setType(NormalizedType type)voidStructuredMessage. setType(NormalizedType type)CleanMessageCleanMessage. type(NormalizedType type)IncomingNormalizedMessageIncomingNormalizedMessage. type(NormalizedType type)StructuredMessageStructuredMessage. type(NormalizedType type)
-