Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.BaseMessageType
Packages that use BaseMessageType
-
Uses of BaseMessageType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return BaseMessageTypeModifier and TypeMethodDescriptionstatic BaseMessageTypeBaseMessageType.fromString(String key) BaseMessage.getType()static BaseMessageTypeReturns the enum constant of this class with the specified name.static BaseMessageType[]BaseMessageType.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 BaseMessageTypeModifier and TypeMethodDescriptionvoidBaseMessage.setType(BaseMessageType type) BaseMessage.type(BaseMessageType type)