target.apidocs.com.google.api.services.drive.class-use.Drive.Replies.Update.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.drive.Drive.Replies.Update (Drive API v2-rev20180830-1.26.0)
Uses of Class
com.google.api.services.drive.Drive.Replies.Update
-
Packages that use Drive.Replies.Update
Package
Description
com.google.api.services.drive
-
-
Uses of Drive.Replies.Update in com.google.api.services.drive
Methods in com.google.api.services.drive that return Drive.Replies.Update
Modifier and Type
Method and Description
Drive.Replies.Update
Drive.Replies.Update.set(String parameterName,
Object value)
Drive.Replies.Update
Drive.Replies.Update.setAlt(String alt)
Drive.Replies.Update
Drive.Replies.Update.setCommentId(String commentId)
The ID of the comment.
Drive.Replies.Update
Drive.Replies.Update.setFields(String fields)
Drive.Replies.Update
Drive.Replies.Update.setFileId(String fileId)
The ID of the file.
Drive.Replies.Update
Drive.Replies.Update.setKey(String key)
Drive.Replies.Update
Drive.Replies.Update.setOauthToken(String oauthToken)
Drive.Replies.Update
Drive.Replies.Update.setPrettyPrint(Boolean prettyPrint)
Drive.Replies.Update
Drive.Replies.Update.setQuotaUser(String quotaUser)
Drive.Replies.Update
Drive.Replies.Update.setReplyId(String replyId)
The ID of the reply.
Drive.Replies.Update
Drive.Replies.Update.setUserIp(String userIp)
Drive.Replies.Update
Drive.Replies.update(String fileId,
String commentId,
String replyId,
CommentReply content)
Updates an existing reply.
Copyright © 2011–2018 Google. All rights reserved.