Uses of Enum
dev.botcity.maestro_sdk.model.MessageType
Packages that use MessageType
Package
Description
-
Uses of MessageType in dev.botcity.maestro_sdk
Methods in dev.botcity.maestro_sdk with parameters of type MessageType -
Uses of MessageType in dev.botcity.maestro_sdk.functions
Methods in dev.botcity.maestro_sdk.functions with parameters of type MessageType -
Uses of MessageType in dev.botcity.maestro_sdk.functions.messages
Methods in dev.botcity.maestro_sdk.functions.messages with parameters of type MessageTypeModifier and TypeMethodDescriptionvoidMessageFunctions.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
Methods in dev.botcity.maestro_sdk.model that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeReturns 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
Methods in dev.botcity.maestro_sdk.util with parameters of type MessageTypeModifier and TypeMethodDescriptionvoidValidateUtil.validEmailAndSubjectAndBodyAndType(List<String> email, String subject, String body, MessageType type)
BotMaestroSDK.message(List, String, String, MessageType)