public class SmsBulkResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BULK_ID |
static String |
SERIALIZED_NAME_SEND_AT |
| Constructor and Description |
|---|
SmsBulkResponse() |
| 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.
|
OffsetDateTime |
getSendAt()
Date and time when the message is to be sent.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_BULK_ID
public static final String SERIALIZED_NAME_SEND_AT
public String getBulkId()
public OffsetDateTime getSendAt()
Copyright © 2022. All rights reserved.