public class Drive.Apps.List extends DriveRequest<AppList>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
List()
Lists a user's installed apps.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getAppFilterExtensions()
A comma-separated list of file extensions for open with filtering.
|
String |
getAppFilterMimeTypes()
A comma-separated list of MIME types for open with filtering.
|
String |
getLanguageCode()
A language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format
(http://www.unicode.org/reports/tr35/).
|
Drive.Apps.List |
set(String parameterName,
Object value) |
Drive.Apps.List |
setAlt(String alt)
Data format for the response.
|
Drive.Apps.List |
setAppFilterExtensions(String appFilterExtensions)
A comma-separated list of file extensions for open with filtering.
|
Drive.Apps.List |
setAppFilterMimeTypes(String appFilterMimeTypes)
A comma-separated list of MIME types for open with filtering.
|
Drive.Apps.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Apps.List |
setKey(String key)
API key.
|
Drive.Apps.List |
setLanguageCode(String languageCode)
A language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML
format (http://www.unicode.org/reports/tr35/).
|
Drive.Apps.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Apps.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Apps.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Drive.Apps.List |
setUserIp(String userIp)
Deprecated.
|
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, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected 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<AppList>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<AppList>
IOException
public Drive.Apps.List setAlt(String alt)
DriveRequest
setAlt
in class DriveRequest<AppList>
public Drive.Apps.List setFields(String fields)
DriveRequest
setFields
in class DriveRequest<AppList>
public Drive.Apps.List setKey(String key)
DriveRequest
setKey
in class DriveRequest<AppList>
public Drive.Apps.List setOauthToken(String oauthToken)
DriveRequest
setOauthToken
in class DriveRequest<AppList>
public Drive.Apps.List setPrettyPrint(Boolean prettyPrint)
DriveRequest
setPrettyPrint
in class DriveRequest<AppList>
public Drive.Apps.List setQuotaUser(String quotaUser)
DriveRequest
setQuotaUser
in class DriveRequest<AppList>
public Drive.Apps.List setUserIp(String userIp)
DriveRequest
setUserIp
in class DriveRequest<AppList>
public String getAppFilterExtensions()
public Drive.Apps.List setAppFilterExtensions(String appFilterExtensions)
public String getAppFilterMimeTypes()
public Drive.Apps.List setAppFilterMimeTypes(String appFilterMimeTypes)
public String getLanguageCode()
public Drive.Apps.List setLanguageCode(String languageCode)
public Drive.Apps.List set(String parameterName, Object value)
set
in class DriveRequest<AppList>
Copyright © 2011–2021 Google. All rights reserved.