Package | Description |
---|---|
com.google.api.services.gmail | |
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Settings.ForwardingAddresses.Create |
Gmail.Users.Settings.ForwardingAddresses.create(String userId,
ForwardingAddress content)
Creates a forwarding address.
|
Constructor and Description |
---|
Create(String userId,
ForwardingAddress content)
Creates a forwarding address.
|
Modifier and Type | Method and Description |
---|---|
ForwardingAddress |
ForwardingAddress.clone() |
ForwardingAddress |
ForwardingAddress.set(String fieldName,
Object value) |
ForwardingAddress |
ForwardingAddress.setForwardingEmail(String forwardingEmail)
An email address to which messages can be forwarded.
|
ForwardingAddress |
ForwardingAddress.setVerificationStatus(String verificationStatus)
Indicates whether this address has been verified and is usable for forwarding.
|
Modifier and Type | Method and Description |
---|---|
List<ForwardingAddress> |
ListForwardingAddressesResponse.getForwardingAddresses()
List of addresses that may be used for forwarding.
|
Modifier and Type | Method and Description |
---|---|
ListForwardingAddressesResponse |
ListForwardingAddressesResponse.setForwardingAddresses(List<ForwardingAddress> forwardingAddresses)
List of addresses that may be used for forwarding.
|
Copyright © 2011–2024 Google. All rights reserved.