Builder to construct an Indexable for
a conversation.
For reference, see: //schema.org/Conversation.
| ConversationBuilder |
| final Indexable |
build()
Finalize building the object.
|
| T | |
| <S extends IndexableBuilder> T | |
| T |
put(String key,
Indexable...
values)
Sets one or multiple
Indexable
values for a property, replacing its previous values.
|
| T | |
| T | |
| final T | |
| final T | |
| final T | |
| T | |
| final T | |
| final T | |
| final T |
Sets the ID of the conversation. ID could be thread ID of the email thread or group chat ID.
| id | The ID of the conversation. |
|---|