Package | Description |
---|---|
com.google.api.services.gmail | |
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Threads.Modify |
Gmail.Users.Threads.modify(String userId,
String id,
ModifyThreadRequest content)
Modifies the labels applied to the thread.
|
Constructor and Description |
---|
Modify(String userId,
String id,
ModifyThreadRequest content)
Modifies the labels applied to the thread.
|
Modifier and Type | Method and Description |
---|---|
ModifyThreadRequest |
ModifyThreadRequest.clone() |
ModifyThreadRequest |
ModifyThreadRequest.set(String fieldName,
Object value) |
ModifyThreadRequest |
ModifyThreadRequest.setAddLabelIds(List<String> addLabelIds)
A list of IDs of labels to add to this thread.
|
ModifyThreadRequest |
ModifyThreadRequest.setRemoveLabelIds(List<String> removeLabelIds)
A list of IDs of labels to remove from this thread.
|
Copyright © 2011–2024 Google. All rights reserved.