Package com.vonage.client.messages.sms
Class SmsInboundMetadata
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.messages.sms.SmsInboundMetadata
- All Implemented Interfaces:
Jsonable
Used to describe inbound SMS metadata.
- Since:
- 7.2.0
-
Method Summary
Modifier and TypeMethodDescriptionThe first word of the message sent to uppercase.The number of inbound SMS messages concatenated together to comprise this message.The number of inbound SMS messages concatenated together to comprise this message.Methods 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
-
getNumMessages
The number of inbound SMS messages concatenated together to comprise this message. SMS messages are 160 characters, if an inbound message exceeds that size they are concatenated together to form a single message. This number indicates how many messages formed this webhook.- Returns:
- The total number of SMS messages used to create the text message.
-
getTotalCount
The number of inbound SMS messages concatenated together to comprise this message. SMS messages are 160 characters, if an inbound message exceeds that size they are concatenated together to form a single message. This number indicates how many messages formed this webhook.- Returns:
- The total number of SMS messages used to create the text message.
-
getKeyword
The first word of the message sent to uppercase.- Returns:
- The keyword.
-