public class Drive.Replies.Delete extends DriveRequest<java.lang.Void>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Drive.Replies.Delete(java.lang.String fileId,
java.lang.String commentId,
java.lang.String replyId)
Deletes a reply.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommentId()
The ID of the comment.
|
java.lang.String |
getFileId()
The ID of the file.
|
java.lang.String |
getReplyId()
The ID of the reply.
|
Drive.Replies.Delete |
set(java.lang.String parameterName,
java.lang.Object value) |
Drive.Replies.Delete |
setAlt(java.lang.String alt)
Data format for the response.
|
Drive.Replies.Delete |
setCommentId(java.lang.String commentId)
The ID of the comment.
|
Drive.Replies.Delete |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Replies.Delete |
setFileId(java.lang.String fileId)
The ID of the file.
|
Drive.Replies.Delete |
setKey(java.lang.String key)
API key.
|
Drive.Replies.Delete |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Replies.Delete |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Replies.Delete |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Drive.Replies.Delete |
setReplyId(java.lang.String replyId)
The ID of the reply.
|
Drive.Replies.Delete |
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.Delete(java.lang.String fileId,
java.lang.String commentId,
java.lang.String replyId)
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.replyId - The ID of the reply.public Drive.Replies.Delete setAlt(java.lang.String alt)
DriveRequestsetAlt in class DriveRequest<java.lang.Void>public Drive.Replies.Delete setFields(java.lang.String fields)
DriveRequestsetFields in class DriveRequest<java.lang.Void>public Drive.Replies.Delete setKey(java.lang.String key)
DriveRequestsetKey in class DriveRequest<java.lang.Void>public Drive.Replies.Delete setOauthToken(java.lang.String oauthToken)
DriveRequestsetOauthToken in class DriveRequest<java.lang.Void>public Drive.Replies.Delete setPrettyPrint(java.lang.Boolean prettyPrint)
DriveRequestsetPrettyPrint in class DriveRequest<java.lang.Void>public Drive.Replies.Delete setQuotaUser(java.lang.String quotaUser)
DriveRequestsetQuotaUser in class DriveRequest<java.lang.Void>public Drive.Replies.Delete setUserIp(java.lang.String userIp)
DriveRequestsetUserIp in class DriveRequest<java.lang.Void>public java.lang.String getFileId()
public Drive.Replies.Delete setFileId(java.lang.String fileId)
public java.lang.String getCommentId()
public Drive.Replies.Delete setCommentId(java.lang.String commentId)
public java.lang.String getReplyId()
public Drive.Replies.Delete setReplyId(java.lang.String replyId)
public Drive.Replies.Delete set(java.lang.String parameterName, java.lang.Object value)
set in class DriveRequest<java.lang.Void>