Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Comments.List |
Drive.Comments.list(String fileId)
Lists a file's comments.
|
Drive.Comments.List |
Drive.Comments.List.set(String parameterName,
Object value) |
Drive.Comments.List |
Drive.Comments.List.setAlt(String alt) |
Drive.Comments.List |
Drive.Comments.List.setFields(String fields) |
Drive.Comments.List |
Drive.Comments.List.setFileId(String fileId)
The ID of the file.
|
Drive.Comments.List |
Drive.Comments.List.setIncludeDeleted(Boolean includeDeleted)
If set, all comments and replies, including deleted comments and replies (with content
stripped) will be returned.
|
Drive.Comments.List |
Drive.Comments.List.setKey(String key) |
Drive.Comments.List |
Drive.Comments.List.setMaxResults(Integer maxResults)
The maximum number of discussions to include in the response, used for paging.
|
Drive.Comments.List |
Drive.Comments.List.setOauthToken(String oauthToken) |
Drive.Comments.List |
Drive.Comments.List.setPageToken(String pageToken)
The continuation token, used to page through large result sets.
|
Drive.Comments.List |
Drive.Comments.List.setPrettyPrint(Boolean prettyPrint) |
Drive.Comments.List |
Drive.Comments.List.setQuotaUser(String quotaUser) |
Drive.Comments.List |
Drive.Comments.List.setUpdatedMin(String updatedMin)
Only discussions that were updated after this timestamp will be returned.
|
Drive.Comments.List |
Drive.Comments.List.setUserIp(String userIp) |