Package | Description |
---|---|
com.google.api.services.gmail |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.History.List |
Gmail.Users.History.list(String userId)
Lists the history of all changes to the given mailbox.
|
Gmail.Users.History.List |
Gmail.Users.History.List.set(String parameterName,
Object value) |
Gmail.Users.History.List |
Gmail.Users.History.List.set$Xgafv(String $Xgafv) |
Gmail.Users.History.List |
Gmail.Users.History.List.setAccessToken(String accessToken) |
Gmail.Users.History.List |
Gmail.Users.History.List.setAlt(String alt) |
Gmail.Users.History.List |
Gmail.Users.History.List.setCallback(String callback) |
Gmail.Users.History.List |
Gmail.Users.History.List.setFields(String fields) |
Gmail.Users.History.List |
Gmail.Users.History.List.setHistoryTypes(List<String> historyTypes)
History types to be returned by the function
|
Gmail.Users.History.List |
Gmail.Users.History.List.setKey(String key) |
Gmail.Users.History.List |
Gmail.Users.History.List.setLabelId(String labelId)
Only return messages with a label matching the ID.
|
Gmail.Users.History.List |
Gmail.Users.History.List.setMaxResults(Long maxResults)
Maximum number of history records to return.
|
Gmail.Users.History.List |
Gmail.Users.History.List.setOauthToken(String oauthToken) |
Gmail.Users.History.List |
Gmail.Users.History.List.setPageToken(String pageToken)
Page token to retrieve a specific page of results in the list.
|
Gmail.Users.History.List |
Gmail.Users.History.List.setPrettyPrint(Boolean prettyPrint) |
Gmail.Users.History.List |
Gmail.Users.History.List.setQuotaUser(String quotaUser) |
Gmail.Users.History.List |
Gmail.Users.History.List.setStartHistoryId(BigInteger startHistoryId)
Required.
|
Gmail.Users.History.List |
Gmail.Users.History.List.setUploadProtocol(String uploadProtocol) |
Gmail.Users.History.List |
Gmail.Users.History.List.setUploadType(String uploadType) |
Gmail.Users.History.List |
Gmail.Users.History.List.setUserId(String userId)
The user's email address.
|
Copyright © 2011–2024 Google. All rights reserved.