java.lang.Object | ||
↳ | com.google.firebase.appindexing.builders.IndexableBuilder<com.google.firebase.appindexing.builders.MessageBuilder> | |
↳ | com.google.firebase.appindexing.builders.MessageBuilder |
Builder to construct an Indexable
for a message.
For reference, see: http://schema.org/Message.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the date on which the message was read.
| |||||||||||
Sets the date on which the message was received.
| |||||||||||
Sets the date on which the message was sent.
| |||||||||||
Sets the converstation to which this message belongs.
| |||||||||||
Sets the attachments of the message.
| |||||||||||
Sets the recipients of the message.
| |||||||||||
Sets the sender of the message.
| |||||||||||
Sets the textual content of the message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Sets the date on which the message was read.
Parameters | |
---|---|
dateRead |
Date : The date on which the message was read.
|
Returns | |
---|---|
MessageBuilder |
Sets the date on which the message was received.
Parameters | |
---|---|
dateReceived |
Date : The date on which the message was received.
|
Returns | |
---|---|
MessageBuilder |
Sets the date on which the message was sent.
Parameters | |
---|---|
dateSent |
Date : The date on which the message was sent.
|
Returns | |
---|---|
MessageBuilder |
Sets the converstation to which this message belongs.
Parameters | |
---|---|
conversation |
ConversationBuilder : The conversation to which this message belongs.
|
Returns | |
---|---|
MessageBuilder |
Sets the attachments of the message.
Parameters | |
---|---|
attachments |
IndexableBuilder : The attachments of the message.
|
Returns | |
---|---|
MessageBuilder |
Sets the recipients of the message.
Parameters | |
---|---|
recipients |
PersonBuilder : The recipients of the message.
|
Returns | |
---|---|
MessageBuilder |
Sets the sender of the message.
Parameters | |
---|---|
sender |
PersonBuilder : The sender of the message.
|
Returns | |
---|---|
MessageBuilder |
Sets the textual content of the message.
Parameters | |
---|---|
text |
String : The textual content of the message.
|
Returns | |
---|---|
MessageBuilder |