public class Drive.Comments.List extends DriveRequest<CommentList>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Drive.Comments.List(String fileId)
Lists a file's comments.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getFileId()
The ID of the file.
|
Boolean |
getIncludeDeleted()
Whether to include deleted comments.
|
Integer |
getPageSize()
The maximum number of comments to return per page.
|
String |
getPageToken()
The token for continuing a previous list request on the next page.
|
String |
getStartModifiedTime()
The minimum value of 'modifiedTime' for the result comments (RFC 3339 date-time).
|
boolean |
isIncludeDeleted()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
Drive.Comments.List |
set(String parameterName,
Object value) |
Drive.Comments.List |
setAlt(String alt)
Data format for the response.
|
Drive.Comments.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Comments.List |
setFileId(String fileId)
The ID of the file.
|
Drive.Comments.List |
setIncludeDeleted(Boolean includeDeleted)
Whether to include deleted comments.
|
Drive.Comments.List |
setKey(String key)
API key.
|
Drive.Comments.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Comments.List |
setPageSize(Integer pageSize)
The maximum number of comments to return per page.
|
Drive.Comments.List |
setPageToken(String pageToken)
The token for continuing a previous list request on the next page.
|
Drive.Comments.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Comments.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Drive.Comments.List |
setStartModifiedTime(String startModifiedTime)
The minimum value of 'modifiedTime' for the result comments (RFC 3339 date-time).
|
Drive.Comments.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Drive.Comments.List(String fileId)
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.public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<CommentList>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<CommentList>
IOException
public Drive.Comments.List setAlt(String alt)
DriveRequest
setAlt
in class DriveRequest<CommentList>
public Drive.Comments.List setFields(String fields)
DriveRequest
setFields
in class DriveRequest<CommentList>
public Drive.Comments.List setKey(String key)
DriveRequest
setKey
in class DriveRequest<CommentList>
public Drive.Comments.List setOauthToken(String oauthToken)
DriveRequest
setOauthToken
in class DriveRequest<CommentList>
public Drive.Comments.List setPrettyPrint(Boolean prettyPrint)
DriveRequest
setPrettyPrint
in class DriveRequest<CommentList>
public Drive.Comments.List setQuotaUser(String quotaUser)
DriveRequest
setQuotaUser
in class DriveRequest<CommentList>
public Drive.Comments.List setUserIp(String userIp)
DriveRequest
setUserIp
in class DriveRequest<CommentList>
public String getFileId()
public Drive.Comments.List setFileId(String fileId)
public Boolean getIncludeDeleted()
public Drive.Comments.List setIncludeDeleted(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 include deleted comments. Deleted comments will not include their original content.
public Integer getPageSize()
public Drive.Comments.List setPageSize(Integer pageSize)
public String getPageToken()
public Drive.Comments.List setPageToken(String pageToken)
public String getStartModifiedTime()
public Drive.Comments.List setStartModifiedTime(String startModifiedTime)
public Drive.Comments.List set(String parameterName, Object value)
set
in class DriveRequest<CommentList>