Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.NormalizedType
Packages that use NormalizedType
-
Uses of NormalizedType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return NormalizedTypeModifier and TypeMethodDescriptionstatic NormalizedTypeNormalizedType.fromString(String key) CleanMessage.getType()IncomingNormalizedMessage.getType()StructuredMessage.getType()static NormalizedTypeReturns the enum constant of this class with the specified name.static NormalizedType[]NormalizedType.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 NormalizedTypeModifier and TypeMethodDescriptionvoidCleanMessage.setType(NormalizedType type) voidIncomingNormalizedMessage.setType(NormalizedType type) voidStructuredMessage.setType(NormalizedType type) CleanMessage.type(NormalizedType type) IncomingNormalizedMessage.type(NormalizedType type) StructuredMessage.type(NormalizedType type)