Package com.vonage.client.messages.viber
Class ViberTextRequest
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.messages.MessageRequest
com.vonage.client.messages.viber.ViberRequest
com.vonage.client.messages.viber.ViberTextRequest
- All Implemented Interfaces:
Jsonable,TextMessageRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.vonage.client.messages.viber.ViberRequest
viberService -
Method Summary
Modifier and TypeMethodDescriptionstatic ViberTextRequest.Builderbuilder()getText()Get thetextfield of the message.Methods inherited from class com.vonage.client.messages.viber.ViberRequest
getViberService, validateSenderAndRecipientMethods inherited from class com.vonage.client.messages.MessageRequest
getChannel, getClientRef, getCustom, getFrom, getMessageType, getTo, getTtl, getWebhookUrl, getWebhookVersion, maxTextLength, validateClientReferenceMethods 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.
-
builder
-