| 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(java.lang.String fieldName,
java.lang.Object value) |
FilterAction |
FilterAction.setAddLabelIds(java.util.List<java.lang.String> addLabelIds)
List of labels to add to the message.
|
FilterAction |
FilterAction.setForward(java.lang.String forward)
Email address that the message should be forwarded to.
|
FilterAction |
FilterAction.setRemoveLabelIds(java.util.List<java.lang.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.
|