B C D G I O R S T U

T

toString() - Method in class com.directsms.s3.api.TwoWaySmsMessage
Show the contents of this 2-Way SMS message object in the format:
'message text' - 'message id' - ['mobiles[i]', ...]
toString() - Method in class com.directsms.s3.api.SmsReply
Show the contents of this 2-Way SMS message response object as 'message text' - 'message id' - 'mobile' - [when]
toString() - Method in class com.directsms.s3.api.InboundSmsMessage
Show the contents of this Inbound SMS message response object as 'inbound number' - 'message text' - 'mobile' - [when]
toString() - Method in class com.directsms.s3.api.BrandedSmsMessage
Show the contents of this Branded SMS message object in the format 'message text' - 'sender id' - ['mobiles[i]', ...]
TwoWaySmsMessage - class com.directsms.s3.api.TwoWaySmsMessage.
The TwoWaySmsMessage class models 2-Way SMS messages.
TwoWaySmsMessage(String, String) - Constructor for class com.directsms.s3.api.TwoWaySmsMessage
Create a new 2-Way SMS message to send through an SmsConnection to a single recepient.
TwoWaySmsMessage(String, String[]) - Constructor for class com.directsms.s3.api.TwoWaySmsMessage
Create a new 2-Way SMS message to send through an SmsConnection to multiple recepients.
TwoWaySmsMessage(String, String, String) - Constructor for class com.directsms.s3.api.TwoWaySmsMessage
Create a new 2-Way SMS message to send through an SmsConnection to a single recepient.
TwoWaySmsMessage(String, String, String[]) - Constructor for class com.directsms.s3.api.TwoWaySmsMessage
Create a new 2-Way SMS message to send through an SmsConnection to multiple recepients.
TwoWaySmsMessage(String, String, Vector) - Constructor for class com.directsms.s3.api.TwoWaySmsMessage
Create a new 2-Way SMS message to send through an SmsConnection to multiple recepients.
TwoWaySmsMessage(String, Vector) - Constructor for class com.directsms.s3.api.TwoWaySmsMessage
Create a new 2-Way SMS message to send through an SmsConnection to multiple recepients.

B C D G I O R S T U