Uses of Enum Class
esendex.sdk.java.model.types.MessageType
Packages that use MessageType
Package
Description
-
Uses of MessageType in esendex.sdk.java.model.domain.impl
Methods in esendex.sdk.java.model.domain.impl that return MessageTypeModifier and TypeMethodDescriptionBaseMessageRequest.getMessageType()
MessageResponse.getType()
MessageResponseImpl.getType()
Methods in esendex.sdk.java.model.domain.impl with parameters of type MessageTypeModifier and TypeMethodDescriptionvoid
BaseMessageRequest.setMessageType
(MessageType messageType) protected void
MessageResponseImpl.setType
(MessageType type) Constructors in esendex.sdk.java.model.domain.impl with parameters of type MessageTypeModifierConstructorDescriptionMessageCollectionRequest
(String account, List<T> messages, MessageType type) Instantiates a new message collection request.MessageCollectionRequest
(String account, T message, MessageType type) Instantiates a new message collection request.MessageRequest
(String to, String body, MessageType type) MessageRequest
(String to, String body, MessageType type, CharacterSet characterSet) -
Uses of MessageType in esendex.sdk.java.model.transfer.message
Methods in esendex.sdk.java.model.transfer.message that return MessageTypeMethods in esendex.sdk.java.model.transfer.message with parameters of type MessageTypeModifier and TypeMethodDescriptionvoid
AbstractMessageRequestDto.setType
(MessageType type) Sets the type. -
Uses of MessageType in esendex.sdk.java.model.types
Methods in esendex.sdk.java.model.types that return MessageTypeModifier and TypeMethodDescriptionstatic MessageType
Returns the enum constant of this class with the specified name.static MessageType[]
MessageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.