public class Drive.Comments.Get extends DriveRequest<Comment>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description | 
|---|---|
| protected  | Get(java.lang.String fileId,
   java.lang.String commentId)Gets a comment by ID. | 
| Modifier and Type | Method and Description | 
|---|---|
| com.google.api.client.http.HttpRequest | buildHttpRequestUsingHead() | 
| com.google.api.client.http.HttpResponse | executeUsingHead() | 
| java.lang.String | getCommentId()The ID of the comment. | 
| java.lang.String | getFileId()The ID of the file. | 
| java.lang.Boolean | getIncludeDeleted()Whether to return deleted comments. | 
| boolean | isIncludeDeleted()Convenience method that returns only  Boolean.TRUEorBoolean.FALSE. | 
| Drive.Comments.Get | set(java.lang.String parameterName,
   java.lang.Object value) | 
| Drive.Comments.Get | setAlt(java.lang.String alt)Data format for the response. | 
| Drive.Comments.Get | setCommentId(java.lang.String commentId)The ID of the comment. | 
| Drive.Comments.Get | setFields(java.lang.String fields)Selector specifying which fields to include in a partial response. | 
| Drive.Comments.Get | setFileId(java.lang.String fileId)The ID of the file. | 
| Drive.Comments.Get | setIncludeDeleted(java.lang.Boolean includeDeleted)Whether to return deleted comments. | 
| Drive.Comments.Get | setKey(java.lang.String key)API key. | 
| Drive.Comments.Get | setOauthToken(java.lang.String oauthToken)OAuth 2.0 token for the current user. | 
| Drive.Comments.Get | setPrettyPrint(java.lang.Boolean prettyPrint)Returns response with indentations and line breaks. | 
| Drive.Comments.Get | setQuotaUser(java.lang.String quotaUser)An opaque string that represents a user for quota purposes. | 
| Drive.Comments.Get | setUserIp(java.lang.String userIp)Deprecated. | 
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected Get(java.lang.String fileId,
              java.lang.String commentId)
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.public com.google.api.client.http.HttpResponse executeUsingHead()
                                                         throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Comment>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
                                                                 throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Comment>java.io.IOExceptionpublic Drive.Comments.Get setAlt(java.lang.String alt)
DriveRequestsetAlt in class DriveRequest<Comment>public Drive.Comments.Get setFields(java.lang.String fields)
DriveRequestsetFields in class DriveRequest<Comment>public Drive.Comments.Get setKey(java.lang.String key)
DriveRequestsetKey in class DriveRequest<Comment>public Drive.Comments.Get setOauthToken(java.lang.String oauthToken)
DriveRequestsetOauthToken in class DriveRequest<Comment>public Drive.Comments.Get setPrettyPrint(java.lang.Boolean prettyPrint)
DriveRequestsetPrettyPrint in class DriveRequest<Comment>public Drive.Comments.Get setQuotaUser(java.lang.String quotaUser)
DriveRequestsetQuotaUser in class DriveRequest<Comment>public Drive.Comments.Get setUserIp(java.lang.String userIp)
DriveRequestsetUserIp in class DriveRequest<Comment>public java.lang.String getFileId()
public Drive.Comments.Get setFileId(java.lang.String fileId)
public java.lang.String getCommentId()
public Drive.Comments.Get setCommentId(java.lang.String commentId)
public java.lang.Boolean getIncludeDeleted()
public Drive.Comments.Get setIncludeDeleted(java.lang.Boolean includeDeleted)
public boolean isIncludeDeleted()
Boolean.TRUE or Boolean.FALSE.
 
 Boolean properties can have four possible values:
 null, Data.NULL_BOOLEAN, Boolean.TRUE
 or Boolean.FALSE.
 
 This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
 and it is null or Data.NULL_BOOLEAN.
 Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
 it is null or Data.NULL_BOOLEAN.
 
Whether to return deleted comments. Deleted comments will not include their original content.
public Drive.Comments.Get set(java.lang.String parameterName, java.lang.Object value)
set in class DriveRequest<Comment>