public class Drive.Teamdrives.List extends DriveRequest<TeamDriveList>
GenericData.Flags
AbstractMap.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 |
getPageSize()
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 |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Teamdrives.List |
setPageSize(Integer pageSize)
Maximum number of Team Drives to return.
|
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, 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.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>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<TeamDriveList>
IOException
public Drive.Teamdrives.List setAlt(String alt)
DriveRequest
setAlt
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setFields(String fields)
DriveRequest
setFields
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setKey(String key)
DriveRequest
setKey
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setOauthToken(String oauthToken)
DriveRequest
setOauthToken
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setPrettyPrint(Boolean prettyPrint)
DriveRequest
setPrettyPrint
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setQuotaUser(String quotaUser)
DriveRequest
setQuotaUser
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setUserIp(String userIp)
DriveRequest
setUserIp
in class DriveRequest<TeamDriveList>
public Integer getPageSize()
public Drive.Teamdrives.List setPageSize(Integer pageSize)
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>