
target.apidocs.com.google.api.services.gmail.Gmail.Users.History.html Maven / Gradle / Ivy
Gmail.Users.History (Gmail API v1-rev20240422-2.0.0)
com.google.api.services.gmail
Class Gmail.Users.History
- java.lang.Object
-
- com.google.api.services.gmail.Gmail.Users.History
-
- Enclosing class:
- Gmail.Users
public class Gmail.Users.History
extends Object
The "history" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Gmail.Users.History.List
-
Constructor Summary
Constructors
Constructor and Description
History()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Gmail.Users.History.List
list(String userId)
Lists the history of all changes to the given mailbox.
-
-
Method Detail
-
list
public Gmail.Users.History.List list(String userId)
throws IOException
Lists the history of all changes to the given mailbox. History results are returned in
chronological order (increasing `historyId`).
Create a request for the method "history.list".
This request holds the parameters needed by the gmail server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
userId
- The user's email address. The special value `me` can be used to indicate the authenticated user.
[default: me]
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy