| Package | Description |
|---|---|
| com.google.api.services.gmail.model |
| Modifier and Type | Method and Description |
|---|---|
Thread |
Thread.clone() |
Thread |
Thread.set(java.lang.String fieldName,
java.lang.Object value) |
Thread |
Thread.setHistoryId(java.math.BigInteger historyId)
The ID of the last history record that modified this thread.
|
Thread |
Thread.setId(java.lang.String id)
The unique ID of the thread.
|
Thread |
Thread.setMessages(java.util.List<Message> messages)
The list of messages in the thread.
|
Thread |
Thread.setSnippet(java.lang.String snippet)
A short part of the message text.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Thread> |
ListThreadsResponse.getThreads()
List of threads.
|
| Modifier and Type | Method and Description |
|---|---|
ListThreadsResponse |
ListThreadsResponse.setThreads(java.util.List<Thread> threads)
List of threads.
|