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