public class SmsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BULK_ID |
static String |
SERIALIZED_NAME_MESSAGES |
| Constructor and Description |
|---|
SmsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBulkId()
Unique ID assigned to the request if messaging multiple recipients or sending multiple messages
via a single API request.
|
List<SmsResponseDetails> |
getMessages()
An array of message objects of a single message or multiple messages sent under one bulk ID.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_BULK_ID
public static final String SERIALIZED_NAME_MESSAGES
public String getBulkId()
public List<SmsResponseDetails> getMessages()
Copyright © 2022. All rights reserved.