Package com.vonage.client.messages.sms
Class SmsTextRequest
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.messages.MessageRequest
com.vonage.client.messages.sms.SmsTextRequest
- All Implemented Interfaces:
Jsonable,TextMessageRequest
-
Nested Class Summary
Nested Classes -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SmsTextRequest.Builderbuilder()getText()Get thetextfield of the message.getTtl()Methods inherited from class com.vonage.client.messages.MessageRequest
getChannel, getClientRef, getCustom, getFrom, getMessageType, getTo, getWebhookUrl, getWebhookVersion, maxTextLength, validateClientReference, validateSenderAndRecipientMethods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getText
Description copied from interface:TextMessageRequestGet thetextfield of the message.- Specified by:
getTextin interfaceTextMessageRequest- Overrides:
getTextin classMessageRequest- Returns:
- The message text as set on the builder.
-
getMessageSettings
-
getTtl
- Overrides:
getTtlin classMessageRequest
-
builder
-