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(String userId,
Delegate content)
Adds a delegate with its verification status set directly to `accepted`, without sending any
verification email.
|
Constructor and Description |
---|
Create(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(String fieldName,
Object value) |
Delegate |
Delegate.setDelegateEmail(String delegateEmail)
The email address of the delegate.
|
Delegate |
Delegate.setVerificationStatus(String verificationStatus)
Indicates whether this address has been verified and can act as a delegate for the account.
|
Modifier and Type | Method and Description |
---|---|
List<Delegate> |
ListDelegatesResponse.getDelegates()
List of the user's delegates (with any verification status).
|
Modifier and Type | Method and Description |
---|---|
ListDelegatesResponse |
ListDelegatesResponse.setDelegates(List<Delegate> delegates)
List of the user's delegates (with any verification status).
|
Copyright © 2011–2024 Google. All rights reserved.