public final class Form
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Forms API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Form() |
| Modifier and Type | Method and Description |
|---|---|
Form |
clone() |
String |
getFormId()
Output only.
|
Info |
getInfo()
Required.
|
List<Item> |
getItems()
Required.
|
String |
getLinkedSheetId()
Output only.
|
PublishSettings |
getPublishSettings()
Output only.
|
String |
getResponderUri()
Output only.
|
String |
getRevisionId()
Output only.
|
FormSettings |
getSettings()
The form's settings.
|
Form |
set(String fieldName,
Object value) |
Form |
setFormId(String formId)
Output only.
|
Form |
setInfo(Info info)
Required.
|
Form |
setItems(List<Item> items)
Required.
|
Form |
setLinkedSheetId(String linkedSheetId)
Output only.
|
Form |
setPublishSettings(PublishSettings publishSettings)
Output only.
|
Form |
setResponderUri(String responderUri)
Output only.
|
Form |
setRevisionId(String revisionId)
Output only.
|
Form |
setSettings(FormSettings settings)
The form's settings.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getFormId()
null for nonepublic Form setFormId(String formId)
formId - formId or null for nonepublic Info getInfo()
null for nonepublic Form setInfo(Info info)
info - info or null for nonepublic List<Item> getItems()
null for nonepublic Form setItems(List<Item> items)
items - items or null for nonepublic String getLinkedSheetId()
null for nonepublic Form setLinkedSheetId(String linkedSheetId)
linkedSheetId - linkedSheetId or null for nonepublic PublishSettings getPublishSettings()
null for nonepublic Form setPublishSettings(PublishSettings publishSettings)
publishSettings - publishSettings or null for nonepublic String getResponderUri()
null for nonepublic Form setResponderUri(String responderUri)
responderUri - responderUri or null for nonepublic String getRevisionId()
null for nonepublic Form setRevisionId(String revisionId)
revisionId - revisionId or null for nonepublic FormSettings getSettings()
null for nonepublic Form setSettings(FormSettings settings)
settings - settings or null for nonepublic Form set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Form clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.