Uses of Enum
dev.botcity.maestro_sdk.model.MessageType
Package
Description
-
Uses of MessageType in dev.botcity.maestro_sdk
-
Uses of MessageType in dev.botcity.maestro_sdk.functions
-
Uses of MessageType in dev.botcity.maestro_sdk.functions.messages
Modifier and TypeMethodDescriptionvoid
MessageFunctions.createMessageApi
(List<String> emails, String subject, String body, MessageType type, dev.botcity.api.client.login.GetToken accessToken) -
Uses of MessageType in dev.botcity.maestro_sdk.model
Modifier and TypeMethodDescriptionstatic MessageType
Returns the enum constant of this type with the specified name.static MessageType[]
MessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageType in dev.botcity.maestro_sdk.util
Modifier and TypeMethodDescriptionvoid
ValidateUtil.validEmailAndSubjectAndBodyAndType
(List<String> email, String subject, String body, MessageType type)
BotMaestroSDK.message(List, String, String, MessageType)