public class SmsBulkRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_SEND_AT |
| Constructor and Description |
|---|
SmsBulkRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getSendAt()
Date and time when the message is to be sent.
|
int |
hashCode() |
SmsBulkRequest |
sendAt(OffsetDateTime sendAt) |
void |
setSendAt(OffsetDateTime sendAt) |
String |
toString() |
public static final String SERIALIZED_NAME_SEND_AT
public SmsBulkRequest sendAt(OffsetDateTime sendAt)
public OffsetDateTime getSendAt()
public void setSendAt(OffsetDateTime sendAt)
Copyright © 2022. All rights reserved.