public class Drive.Teamdrives.List extends DriveRequest<TeamDriveList>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Drive.Teamdrives.List()
Lists the user's Team Drives.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
Integer |
getMaxResults()
Maximum number of Team Drives to return.
|
String |
getPageToken()
Page token for Team Drives.
|
String |
getQ()
Query string for searching Team Drives.
|
Boolean |
getUseDomainAdminAccess()
Whether the request should be treated as if it was issued by a domain administrator; if set to
true, then all Team Drives of the domain in which the requester is an administrator are returned.
|
boolean |
isUseDomainAdminAccess()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE. |
Drive.Teamdrives.List |
set(String parameterName,
Object value) |
Drive.Teamdrives.List |
setAlt(String alt)
Data format for the response.
|
Drive.Teamdrives.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Teamdrives.List |
setKey(String key)
API key.
|
Drive.Teamdrives.List |
setMaxResults(Integer maxResults)
Maximum number of Team Drives to return.
|
Drive.Teamdrives.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Teamdrives.List |
setPageToken(String pageToken)
Page token for Team Drives.
|
Drive.Teamdrives.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Teamdrives.List |
setQ(String q)
Query string for searching Team Drives.
|
Drive.Teamdrives.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Drive.Teamdrives.List |
setUseDomainAdminAccess(Boolean useDomainAdminAccess)
Whether the request should be treated as if it was issued by a domain administrator; if set
to true, then all Team Drives of the domain in which the requester is an administrator are
returned.
|
Drive.Teamdrives.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
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 Drive.Teamdrives.List()
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.
public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<TeamDriveList>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<TeamDriveList>IOExceptionpublic Drive.Teamdrives.List setAlt(String alt)
DriveRequestsetAlt in class DriveRequest<TeamDriveList>public Drive.Teamdrives.List setFields(String fields)
DriveRequestsetFields in class DriveRequest<TeamDriveList>public Drive.Teamdrives.List setKey(String key)
DriveRequestsetKey in class DriveRequest<TeamDriveList>public Drive.Teamdrives.List setOauthToken(String oauthToken)
DriveRequestsetOauthToken in class DriveRequest<TeamDriveList>public Drive.Teamdrives.List setPrettyPrint(Boolean prettyPrint)
DriveRequestsetPrettyPrint in class DriveRequest<TeamDriveList>public Drive.Teamdrives.List setQuotaUser(String quotaUser)
DriveRequestsetQuotaUser in class DriveRequest<TeamDriveList>public Drive.Teamdrives.List setUserIp(String userIp)
DriveRequestsetUserIp in class DriveRequest<TeamDriveList>public Integer getMaxResults()
public Drive.Teamdrives.List setMaxResults(Integer maxResults)
public String getPageToken()
public Drive.Teamdrives.List setPageToken(String pageToken)
public String getQ()
public Drive.Teamdrives.List setQ(String q)
public Boolean getUseDomainAdminAccess()
public Drive.Teamdrives.List setUseDomainAdminAccess(Boolean useDomainAdminAccess)
public boolean isUseDomainAdminAccess()
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 the request should be treated as if it was issued by a domain administrator; if set to true, then all Team Drives of the domain in which the requester is an administrator are returned.
public Drive.Teamdrives.List set(String parameterName, Object value)
set in class DriveRequest<TeamDriveList>