Uses of Enum Class
esendex.sdk.java.model.types.CharacterSet
Packages that use CharacterSet
Package
Description
-
Uses of CharacterSet in esendex.sdk.java.model.domain.impl
Methods in esendex.sdk.java.model.domain.impl that return CharacterSetModifier and TypeMethodDescriptionBaseMessageRequest.getCharacterSet()
MessageRequest.getCharacterSet()
Methods in esendex.sdk.java.model.domain.impl with parameters of type CharacterSetModifier and TypeMethodDescriptionvoid
BaseMessageRequest.setCharacterSet
(CharacterSet characterSet) void
MessageRequest.setCharacterSet
(CharacterSet characterSet) Constructors in esendex.sdk.java.model.domain.impl with parameters of type CharacterSetModifierConstructorDescriptionMessageRequest
(String to, String body, MessageType type, CharacterSet characterSet) -
Uses of CharacterSet in esendex.sdk.java.model.domain.request
Constructors in esendex.sdk.java.model.domain.request with parameters of type CharacterSetModifierConstructorDescriptionSmsMessageRequest
(String to, String body, CharacterSet characterSet) -
Uses of CharacterSet in esendex.sdk.java.model.transfer.message
Methods in esendex.sdk.java.model.transfer.message with parameters of type CharacterSetModifier and TypeMethodDescriptionvoid
AbstractMessageRequestDto.setCharacterSet
(CharacterSet characterSet) Sets the retries. -
Uses of CharacterSet in esendex.sdk.java.model.types
Methods in esendex.sdk.java.model.types that return CharacterSetModifier and TypeMethodDescriptionstatic CharacterSet
Returns the enum constant of this class with the specified name.static CharacterSet[]
CharacterSet.values()
Returns an array containing the constants of this enum class, in the order they are declared.