public class WhatsAppDeletedReport extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DELETED_AT |
static String |
SERIALIZED_NAME_FROM |
static String |
SERIALIZED_NAME_MESSAGE_ID |
static String |
SERIALIZED_NAME_SENT_AT |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
WhatsAppDeletedReport() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppDeletedReport |
deletedAt(OffsetDateTime deletedAt) |
boolean |
equals(Object o) |
WhatsAppDeletedReport |
from(String from) |
OffsetDateTime |
getDeletedAt()
Tells when the message was deleted.
|
String |
getFrom()
Number which sent the message.
|
String |
getMessageId()
The ID of the sent message.
|
OffsetDateTime |
getSentAt()
Tells when the message was sent.
|
String |
getTo()
Registered WhatsApp business number.
|
int |
hashCode() |
WhatsAppDeletedReport |
messageId(String messageId) |
WhatsAppDeletedReport |
sentAt(OffsetDateTime sentAt) |
void |
setDeletedAt(OffsetDateTime deletedAt) |
void |
setFrom(String from) |
void |
setMessageId(String messageId) |
void |
setSentAt(OffsetDateTime sentAt) |
void |
setTo(String to) |
WhatsAppDeletedReport |
to(String to) |
String |
toString() |
public static final String SERIALIZED_NAME_MESSAGE_ID
public static final String SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_TO
public static final String SERIALIZED_NAME_SENT_AT
public static final String SERIALIZED_NAME_DELETED_AT
public WhatsAppDeletedReport messageId(String messageId)
public String getMessageId()
public void setMessageId(String messageId)
public WhatsAppDeletedReport from(String from)
public String getFrom()
public void setFrom(String from)
public WhatsAppDeletedReport to(String to)
public String getTo()
public void setTo(String to)
public WhatsAppDeletedReport sentAt(OffsetDateTime sentAt)
public OffsetDateTime getSentAt()
public void setSentAt(OffsetDateTime sentAt)
public WhatsAppDeletedReport deletedAt(OffsetDateTime deletedAt)
public OffsetDateTime getDeletedAt()
public void setDeletedAt(OffsetDateTime deletedAt)
Copyright © 2022. All rights reserved.