- sendMessage(Message) - Static method in class com.smsjuice.api.wrapper.TextMessagingService
-
Sends a message to the server API to be sent to all the recipients listed in the message object
- setEncoding(int) - Method in class com.smsjuice.api.wrapper.domain.model.Message
-
- Optional - Sets the character encoding to go along with the message.
- setExpiryDate(String) - Method in class com.smsjuice.api.wrapper.domain.model.Message
-
setExpiryDate - Optional - Sets the date the system will stop trying to deliver the message if that recipient is not available to receive the message at that time.
- setFrom(String) - Method in class com.smsjuice.api.wrapper.domain.model.Message
-
Set the "from" address/number.
- setMessage(String) - Method in class com.smsjuice.api.wrapper.domain.model.Message
-
Deprecated.
- setReceiptOption(int) - Method in class com.smsjuice.api.wrapper.domain.model.Message
-
setReceiptOption - Optional - Sets whether a receipt is relayed to the provided callback url or not.
- setRecipientType(String) - Method in class com.smsjuice.api.wrapper.domain.model.Message
-
Sets the type of recipient, as user can send to a list of numbers, or a to list of groups on their account
- setSendDate(String) - Method in class com.smsjuice.api.wrapper.domain.model.Message
-
setSendDate - Optional - Sets date and time to send message.
- SMSCharacterEncoding - Enum in com.smsjuice.api.wrapper.domain.model
-
- StringUtils - Class in com.smsjuice.api.wrapper.domain.model
-
- StringUtils() - Constructor for class com.smsjuice.api.wrapper.domain.model.StringUtils
-