Builder to construct an Indexable for
a message.
For reference, see: //schema.org/Message.
| MessageBuilder | |
| MessageBuilder | |
| MessageBuilder | |
| MessageBuilder |
setIsPartOf(ConversationBuilder...
conversation)
Sets the converstation to which this message belongs.
|
| MessageBuilder | |
| MessageBuilder | |
| MessageBuilder | |
| MessageBuilder |
Sets the date on which the message was read.
| dateRead | The date on which the message was read. |
|---|
Sets the date on which the message was received.
| dateReceived | The date on which the message was received. |
|---|
Sets the date on which the message was sent.
| dateSent | The date on which the message was sent. |
|---|
Sets the converstation to which this message belongs.
| conversation | The conversation to which this message belongs. |
|---|
Sets the attachments of the message.
| attachments | The attachments of the message. |
|---|
Sets the recipients of the message.
| recipients | The recipients of the message. |
|---|
Sets the sender of the message.
| sender | The sender of the message. |
|---|
Sets the textual content of the message.
| text | The textual content of the message. |
|---|