public class Forms.FormsOperations.Get extends FormsRequest<Form>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String formId)
Get a form.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getFormId()
Required.
|
Forms.FormsOperations.Get |
set(String parameterName,
Object value) |
Forms.FormsOperations.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Forms.FormsOperations.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Forms.FormsOperations.Get |
setAlt(String alt)
Data format for response.
|
Forms.FormsOperations.Get |
setCallback(String callback)
JSONP
|
Forms.FormsOperations.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Forms.FormsOperations.Get |
setFormId(String formId)
Required.
|
Forms.FormsOperations.Get |
setKey(String key)
API key.
|
Forms.FormsOperations.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Forms.FormsOperations.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Forms.FormsOperations.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Forms.FormsOperations.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Forms.FormsOperations.Get |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Get(String formId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Forms.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
formId - Required. The form ID.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Form>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Form>IOExceptionpublic Forms.FormsOperations.Get set$Xgafv(String $Xgafv)
FormsRequestset$Xgafv in class FormsRequest<Form>public Forms.FormsOperations.Get setAccessToken(String accessToken)
FormsRequestsetAccessToken in class FormsRequest<Form>public Forms.FormsOperations.Get setAlt(String alt)
FormsRequestsetAlt in class FormsRequest<Form>public Forms.FormsOperations.Get setCallback(String callback)
FormsRequestsetCallback in class FormsRequest<Form>public Forms.FormsOperations.Get setFields(String fields)
FormsRequestsetFields in class FormsRequest<Form>public Forms.FormsOperations.Get setKey(String key)
FormsRequestsetKey in class FormsRequest<Form>public Forms.FormsOperations.Get setOauthToken(String oauthToken)
FormsRequestsetOauthToken in class FormsRequest<Form>public Forms.FormsOperations.Get setPrettyPrint(Boolean prettyPrint)
FormsRequestsetPrettyPrint in class FormsRequest<Form>public Forms.FormsOperations.Get setQuotaUser(String quotaUser)
FormsRequestsetQuotaUser in class FormsRequest<Form>public Forms.FormsOperations.Get setUploadType(String uploadType)
FormsRequestsetUploadType in class FormsRequest<Form>public Forms.FormsOperations.Get setUploadProtocol(String uploadProtocol)
FormsRequestsetUploadProtocol in class FormsRequest<Form>public String getFormId()
public Forms.FormsOperations.Get setFormId(String formId)
public Forms.FormsOperations.Get set(String parameterName, Object value)
set in class FormsRequest<Form>Copyright © 2011–2025 Google. All rights reserved.