Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Replies.Create |
Drive.Replies.create(String fileId,
String commentId,
Reply content)
Creates a new reply to a comment.
|
Drive.Replies.Create |
Drive.Replies.Create.set(String parameterName,
Object value) |
Drive.Replies.Create |
Drive.Replies.Create.setAlt(String alt) |
Drive.Replies.Create |
Drive.Replies.Create.setCommentId(String commentId)
The ID of the comment.
|
Drive.Replies.Create |
Drive.Replies.Create.setFields(String fields) |
Drive.Replies.Create |
Drive.Replies.Create.setFileId(String fileId)
The ID of the file.
|
Drive.Replies.Create |
Drive.Replies.Create.setKey(String key) |
Drive.Replies.Create |
Drive.Replies.Create.setOauthToken(String oauthToken) |
Drive.Replies.Create |
Drive.Replies.Create.setPrettyPrint(Boolean prettyPrint) |
Drive.Replies.Create |
Drive.Replies.Create.setQuotaUser(String quotaUser) |
Drive.Replies.Create |
Drive.Replies.Create.setUserIp(String userIp) |
Copyright © 2011–2021 Google. All rights reserved.