public class Drive.Replies.Create extends DriveRequest<Reply>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Drive.Replies.Create(java.lang.String fileId,
java.lang.String commentId,
Reply content)
Creates a new reply to a comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommentId()
The ID of the comment.
|
java.lang.String |
getFileId()
The ID of the file.
|
Drive.Replies.Create |
set(java.lang.String parameterName,
java.lang.Object value) |
Drive.Replies.Create |
setAlt(java.lang.String alt)
Data format for the response.
|
Drive.Replies.Create |
setCommentId(java.lang.String commentId)
The ID of the comment.
|
Drive.Replies.Create |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Replies.Create |
setFileId(java.lang.String fileId)
The ID of the file.
|
Drive.Replies.Create |
setKey(java.lang.String key)
API key.
|
Drive.Replies.Create |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Replies.Create |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Replies.Create |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Drive.Replies.Create |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysprotected Drive.Replies.Create(java.lang.String fileId,
java.lang.String commentId,
Reply content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Drive.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
fileId - The ID of the file.commentId - The ID of the comment.content - the Replypublic Drive.Replies.Create setAlt(java.lang.String alt)
DriveRequestsetAlt in class DriveRequest<Reply>public Drive.Replies.Create setFields(java.lang.String fields)
DriveRequestsetFields in class DriveRequest<Reply>public Drive.Replies.Create setKey(java.lang.String key)
DriveRequestsetKey in class DriveRequest<Reply>public Drive.Replies.Create setOauthToken(java.lang.String oauthToken)
DriveRequestsetOauthToken in class DriveRequest<Reply>public Drive.Replies.Create setPrettyPrint(java.lang.Boolean prettyPrint)
DriveRequestsetPrettyPrint in class DriveRequest<Reply>public Drive.Replies.Create setQuotaUser(java.lang.String quotaUser)
DriveRequestsetQuotaUser in class DriveRequest<Reply>public Drive.Replies.Create setUserIp(java.lang.String userIp)
DriveRequestsetUserIp in class DriveRequest<Reply>public java.lang.String getFileId()
public Drive.Replies.Create setFileId(java.lang.String fileId)
public java.lang.String getCommentId()
public Drive.Replies.Create setCommentId(java.lang.String commentId)
public Drive.Replies.Create set(java.lang.String parameterName, java.lang.Object value)
set in class DriveRequest<Reply>