target.apidocs.com.google.api.services.drive.class-use.Drive.Comments.Insert.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.drive.Drive.Comments.Insert (Drive API v2-rev20180830-1.26.0)
Uses of Class
com.google.api.services.drive.Drive.Comments.Insert
-
Packages that use Drive.Comments.Insert
Package
Description
com.google.api.services.drive
-
-
Uses of Drive.Comments.Insert in com.google.api.services.drive
Methods in com.google.api.services.drive that return Drive.Comments.Insert
Modifier and Type
Method and Description
Drive.Comments.Insert
Drive.Comments.insert(String fileId,
Comment content)
Creates a new comment on the given file.
Drive.Comments.Insert
Drive.Comments.Insert.set(String parameterName,
Object value)
Drive.Comments.Insert
Drive.Comments.Insert.setAlt(String alt)
Drive.Comments.Insert
Drive.Comments.Insert.setFields(String fields)
Drive.Comments.Insert
Drive.Comments.Insert.setFileId(String fileId)
The ID of the file.
Drive.Comments.Insert
Drive.Comments.Insert.setKey(String key)
Drive.Comments.Insert
Drive.Comments.Insert.setOauthToken(String oauthToken)
Drive.Comments.Insert
Drive.Comments.Insert.setPrettyPrint(Boolean prettyPrint)
Drive.Comments.Insert
Drive.Comments.Insert.setQuotaUser(String quotaUser)
Drive.Comments.Insert
Drive.Comments.Insert.setUserIp(String userIp)
Copyright © 2011–2018 Google. All rights reserved.