Package com.vonage.client.sms
Class SmsSubmissionResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.sms.SmsSubmissionResponse
- All Implemented Interfaces:
Jsonable
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.This will be made private in the next major release. -
Method Summary
Modifier and TypeMethodDescriptionstatic SmsSubmissionResponseintMessage count.Responses for each of the messages.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
-
Constructor Details
-
SmsSubmissionResponse
Deprecated.This will be made private in the next major release.
-
-
Method Details
-
getMessageCount
Message count.- Returns:
- The number of messages in the request.
-
getMessages
Responses for each of the messages.- Returns:
- The list of message responses in order of submission.
-
fromJson
-