public class Gmail.Users.History extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Gmail.Users.History.List |
| Constructor and Description |
|---|
History() |
| Modifier and Type | Method and Description |
|---|---|
Gmail.Users.History.List |
list(String userId)
Lists the history of all changes to the given mailbox.
|
public Gmail.Users.History.List list(String userId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - The user's email address. The special value `me`
can be used to indicate the authenticated user.
[default: me]IOExceptionCopyright © 2011–2020 Google. All rights reserved.