Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Replies.List |
Drive.Replies.list(String fileId,
String commentId)
Lists all of the replies to a comment.
|
Drive.Replies.List |
Drive.Replies.List.set(String parameterName,
Object value) |
Drive.Replies.List |
Drive.Replies.List.setAlt(String alt) |
Drive.Replies.List |
Drive.Replies.List.setCommentId(String commentId)
The ID of the comment.
|
Drive.Replies.List |
Drive.Replies.List.setFields(String fields) |
Drive.Replies.List |
Drive.Replies.List.setFileId(String fileId)
The ID of the file.
|
Drive.Replies.List |
Drive.Replies.List.setIncludeDeleted(Boolean includeDeleted)
If set, all replies, including deleted replies (with content stripped) will be returned.
|
Drive.Replies.List |
Drive.Replies.List.setKey(String key) |
Drive.Replies.List |
Drive.Replies.List.setMaxResults(Integer maxResults)
The maximum number of replies to include in the response, used for paging.
|
Drive.Replies.List |
Drive.Replies.List.setOauthToken(String oauthToken) |
Drive.Replies.List |
Drive.Replies.List.setPageToken(String pageToken)
The continuation token, used to page through large result sets.
|
Drive.Replies.List |
Drive.Replies.List.setPrettyPrint(Boolean prettyPrint) |
Drive.Replies.List |
Drive.Replies.List.setQuotaUser(String quotaUser) |
Drive.Replies.List |
Drive.Replies.List.setUserIp(String userIp) |
Copyright © 2011–2021 Google. All rights reserved.