| Package | Description |
|---|---|
| com.google.api.services.gmail.model |
| Modifier and Type | Method and Description |
|---|---|
FilterAction |
FilterAction.clone() |
FilterAction |
Filter.getAction()
Action that the filter performs.
|
FilterAction |
FilterAction.set(String fieldName,
Object value) |
FilterAction |
FilterAction.setAddLabelIds(List<String> addLabelIds)
List of labels to add to the message.
|
FilterAction |
FilterAction.setForward(String forward)
Email address that the message should be forwarded to.
|
FilterAction |
FilterAction.setRemoveLabelIds(List<String> removeLabelIds)
List of labels to remove from the message.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.setAction(FilterAction action)
Action that the filter performs.
|
Copyright © 2011–2025 Google. All rights reserved.