Package | Description |
---|---|
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
History |
History.clone() |
History |
History.set(String fieldName,
Object value) |
History |
History.setId(BigInteger id)
The mailbox sequence ID.
|
History |
History.setLabelsAdded(List<HistoryLabelAdded> labelsAdded)
Labels added to messages in this history record.
|
History |
History.setLabelsRemoved(List<HistoryLabelRemoved> labelsRemoved)
Labels removed from messages in this history record.
|
History |
History.setMessages(List<Message> messages)
List of messages changed in this history record.
|
History |
History.setMessagesAdded(List<HistoryMessageAdded> messagesAdded)
Messages added to the mailbox in this history record.
|
History |
History.setMessagesDeleted(List<HistoryMessageDeleted> messagesDeleted)
Messages deleted (not Trashed) from the mailbox in this history record.
|
Modifier and Type | Method and Description |
---|---|
List<History> |
ListHistoryResponse.getHistory()
List of history records.
|
Modifier and Type | Method and Description |
---|---|
ListHistoryResponse |
ListHistoryResponse.setHistory(List<History> history)
List of history records.
|
Copyright © 2011–2024 Google. All rights reserved.