public final class FormResponse
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 |
|---|
FormResponse() |
| Modifier and Type | Method and Description |
|---|---|
FormResponse |
clone() |
Map<String,Answer> |
getAnswers()
Output only.
|
String |
getCreateTime()
Output only.
|
String |
getFormId()
Output only.
|
String |
getLastSubmittedTime()
Output only.
|
String |
getRespondentEmail()
Output only.
|
String |
getResponseId()
Output only.
|
Double |
getTotalScore()
Output only.
|
FormResponse |
set(String fieldName,
Object value) |
FormResponse |
setAnswers(Map<String,Answer> answers)
Output only.
|
FormResponse |
setCreateTime(String createTime)
Output only.
|
FormResponse |
setFormId(String formId)
Output only.
|
FormResponse |
setLastSubmittedTime(String lastSubmittedTime)
Output only.
|
FormResponse |
setRespondentEmail(String respondentEmail)
Output only.
|
FormResponse |
setResponseId(String responseId)
Output only.
|
FormResponse |
setTotalScore(Double totalScore)
Output only.
|
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 Map<String,Answer> getAnswers()
null for nonepublic FormResponse setAnswers(Map<String,Answer> answers)
answers - answers or null for nonepublic String getCreateTime()
null for nonepublic FormResponse setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getFormId()
null for nonepublic FormResponse setFormId(String formId)
formId - formId or null for nonepublic String getLastSubmittedTime()
null for nonepublic FormResponse setLastSubmittedTime(String lastSubmittedTime)
lastSubmittedTime - lastSubmittedTime or null for nonepublic String getRespondentEmail()
null for nonepublic FormResponse setRespondentEmail(String respondentEmail)
respondentEmail - respondentEmail or null for nonepublic String getResponseId()
null for nonepublic FormResponse setResponseId(String responseId)
responseId - responseId or null for nonepublic Double getTotalScore()
null for nonepublic FormResponse setTotalScore(Double totalScore)
totalScore - totalScore or null for nonepublic FormResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FormResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.