|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
com.google.api.services.drive.DriveRequest<FileList>
com.google.api.services.drive.Drive.Files.List
public class Drive.Files.List
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
protected |
Drive.Files.List()
Lists the user's files. |
Method Summary | |
---|---|
HttpRequest |
buildHttpRequestUsingHead()
|
HttpResponse |
executeUsingHead()
|
Integer |
getMaxResults()
Maximum number of files to return. |
String |
getPageToken()
Page token for files. |
String |
getProjection()
This parameter is deprecated and has no function. |
String |
getQ()
Query string for searching files. |
Drive.Files.List |
setAlt(String alt)
Data format for the response. |
Drive.Files.List |
setFields(String fields)
Selector specifying which fields to include in a partial response. |
Drive.Files.List |
setKey(String key)
API key. |
Drive.Files.List |
setMaxResults(Integer maxResults)
Maximum number of files to return. |
Drive.Files.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. |
Drive.Files.List |
setPageToken(String pageToken)
Page token for files. |
Drive.Files.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. |
Drive.Files.List |
setProjection(String projection)
This parameter is deprecated and has no function. |
Drive.Files.List |
setQ(String q)
Query string for searching files. |
Drive.Files.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications. |
Drive.Files.List |
setUserIp(String userIp)
IP address of the site where the request originates. |
Methods inherited from class com.google.api.services.drive.DriveRequest |
---|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders |
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest |
---|
getJsonContent, newExceptionOnError, queue |
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest |
---|
buildHttpRequest, buildHttpRequestUrl, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue |
Methods inherited from class com.google.api.client.util.GenericData |
---|
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Drive.Files.List()
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. Drive.initialize(AbstractGoogleClientRequest)
must be called to initialize this instance
immediately after invoking the constructor.
Method Detail |
---|
public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<FileList>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<FileList>
IOException
public Drive.Files.List setAlt(String alt)
DriveRequest
setAlt
in class DriveRequest<FileList>
public Drive.Files.List setFields(String fields)
DriveRequest
setFields
in class DriveRequest<FileList>
public Drive.Files.List setKey(String key)
DriveRequest
setKey
in class DriveRequest<FileList>
public Drive.Files.List setOauthToken(String oauthToken)
DriveRequest
setOauthToken
in class DriveRequest<FileList>
public Drive.Files.List setPrettyPrint(Boolean prettyPrint)
DriveRequest
setPrettyPrint
in class DriveRequest<FileList>
public Drive.Files.List setQuotaUser(String quotaUser)
DriveRequest
setQuotaUser
in class DriveRequest<FileList>
public Drive.Files.List setUserIp(String userIp)
DriveRequest
setUserIp
in class DriveRequest<FileList>
public String getQ()
public Drive.Files.List setQ(String q)
public String getPageToken()
public Drive.Files.List setPageToken(String pageToken)
public String getProjection()
public Drive.Files.List setProjection(String projection)
public Integer getMaxResults()
public Drive.Files.List setMaxResults(Integer maxResults)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |