| Package | Description |
|---|---|
| com.google.api.services.gmail | |
| com.google.api.services.gmail.model |
| Modifier and Type | Method and Description |
|---|---|
Gmail.Users.Settings.UpdateAutoForwarding |
Gmail.Users.Settings.updateAutoForwarding(java.lang.String userId,
AutoForwarding content)
Updates the auto-forwarding setting for the specified account.
|
| Constructor and Description |
|---|
UpdateAutoForwarding(java.lang.String userId,
AutoForwarding content)
Updates the auto-forwarding setting for the specified account.
|
| Modifier and Type | Method and Description |
|---|---|
AutoForwarding |
AutoForwarding.clone() |
AutoForwarding |
AutoForwarding.set(java.lang.String fieldName,
java.lang.Object value) |
AutoForwarding |
AutoForwarding.setDisposition(java.lang.String disposition)
The state that a message should be left in after it has been forwarded.
|
AutoForwarding |
AutoForwarding.setEmailAddress(java.lang.String emailAddress)
Email address to which all incoming messages are forwarded.
|
AutoForwarding |
AutoForwarding.setEnabled(java.lang.Boolean enabled)
Whether all incoming mail is automatically forwarded to another address.
|