Drive API v2 (revision 47)



Uses of Class
com.google.api.services.drive.Drive.Replies.Update

Packages that use Drive.Replies.Update
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
 Drive.Replies.Update Drive.Replies.Update.setAlt(java.lang.String alt)
           
 Drive.Replies.Update Drive.Replies.Update.setCommentId(java.lang.String commentId)
          The ID of the comment.
 Drive.Replies.Update Drive.Replies.Update.setFields(java.lang.String fields)
           
 Drive.Replies.Update Drive.Replies.Update.setFileId(java.lang.String fileId)
          The ID of the file.
 Drive.Replies.Update Drive.Replies.Update.setKey(java.lang.String key)
           
 Drive.Replies.Update Drive.Replies.Update.setOauthToken(java.lang.String oauthToken)
           
 Drive.Replies.Update Drive.Replies.Update.setPrettyPrint(java.lang.Boolean prettyPrint)
           
 Drive.Replies.Update Drive.Replies.Update.setQuotaUser(java.lang.String quotaUser)
           
 Drive.Replies.Update Drive.Replies.Update.setReplyId(java.lang.String replyId)
          The ID of the reply.
 Drive.Replies.Update Drive.Replies.Update.setUserIp(java.lang.String userIp)
           
 Drive.Replies.Update Drive.Replies.update(java.lang.String fileId, java.lang.String commentId, java.lang.String replyId, CommentReply content)
          Updates an existing reply.