public final class Form extends 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 Classroom API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Form() |
| Modifier and Type | Method and Description |
|---|---|
Form |
clone() |
String |
getFormUrl()
URL of the form.
|
String |
getResponseUrl()
URL of the form responses document.
|
String |
getThumbnailUrl()
URL of a thumbnail image of the Form.
|
String |
getTitle()
Title of the Form.
|
Form |
set(String fieldName,
Object value) |
Form |
setFormUrl(String formUrl)
URL of the form.
|
Form |
setResponseUrl(String responseUrl)
URL of the form responses document.
|
Form |
setThumbnailUrl(String thumbnailUrl)
URL of a thumbnail image of the Form.
|
Form |
setTitle(String title)
Title of the Form.
|
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 getFormUrl()
null for nonepublic Form setFormUrl(String formUrl)
formUrl - formUrl or null for nonepublic String getResponseUrl()
null for nonepublic Form setResponseUrl(String responseUrl)
responseUrl - responseUrl or null for nonepublic String getThumbnailUrl()
null for nonepublic Form setThumbnailUrl(String thumbnailUrl)
thumbnailUrl - thumbnailUrl or null for nonepublic String getTitle()
null for nonepublic Form setTitle(String title)
title - title or null for nonepublic Form set(String fieldName, Object value)
set in class GenericJsonpublic Form clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.