Package | Description |
---|---|
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
HistoryLabelAdded |
HistoryLabelAdded.clone() |
HistoryLabelAdded |
HistoryLabelAdded.set(java.lang.String fieldName,
java.lang.Object value) |
HistoryLabelAdded |
HistoryLabelAdded.setLabelIds(java.util.List<java.lang.String> labelIds)
Label IDs added to the message.
|
HistoryLabelAdded |
HistoryLabelAdded.setMessage(Message message) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HistoryLabelAdded> |
History.getLabelsAdded()
Labels added to messages in this history record.
|
Modifier and Type | Method and Description |
---|---|
History |
History.setLabelsAdded(java.util.List<HistoryLabelAdded> labelsAdded)
Labels added to messages in this history record.
|