| Package | Description |
|---|---|
| com.google.api.services.gmail | |
| com.google.api.services.gmail.model |
| Modifier and Type | Method and Description |
|---|---|
Gmail.Users.Settings.Delegates.Create |
Gmail.Users.Settings.Delegates.create(java.lang.String userId,
Delegate content)
Adds a delegate with its verification status set directly to accepted, without sending any
verification email.
|
| Constructor and Description |
|---|
Create(java.lang.String userId,
Delegate content)
Adds a delegate with its verification status set directly to accepted, without sending any
verification email.
|
| Modifier and Type | Method and Description |
|---|---|
Delegate |
Delegate.clone() |
Delegate |
Delegate.set(java.lang.String fieldName,
java.lang.Object value) |
Delegate |
Delegate.setDelegateEmail(java.lang.String delegateEmail)
The email address of the delegate.
|
Delegate |
Delegate.setVerificationStatus(java.lang.String verificationStatus)
Indicates whether this address has been verified and can act as a delegate for the account.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Delegate> |
ListDelegatesResponse.getDelegates()
List of the user's delegates (with any verification status).
|
| Modifier and Type | Method and Description |
|---|---|
ListDelegatesResponse |
ListDelegatesResponse.setDelegates(java.util.List<Delegate> delegates)
List of the user's delegates (with any verification status).
|