public final class QuestionGroupItem
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 |
|---|
QuestionGroupItem() |
| Modifier and Type | Method and Description |
|---|---|
QuestionGroupItem |
clone() |
Grid |
getGrid()
The question group is a grid with rows of multiple choice questions that share the same
options.
|
Image |
getImage()
The image displayed within the question group above the specific questions.
|
List<Question> |
getQuestions()
Required.
|
QuestionGroupItem |
set(String fieldName,
Object value) |
QuestionGroupItem |
setGrid(Grid grid)
The question group is a grid with rows of multiple choice questions that share the same
options.
|
QuestionGroupItem |
setImage(Image image)
The image displayed within the question group above the specific questions.
|
QuestionGroupItem |
setQuestions(List<Question> questions)
Required.
|
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 Grid getGrid()
null for nonepublic QuestionGroupItem setGrid(Grid grid)
grid - grid or null for nonepublic Image getImage()
null for nonepublic QuestionGroupItem setImage(Image image)
image - image or null for nonepublic List<Question> getQuestions()
null for nonepublic QuestionGroupItem setQuestions(List<Question> questions)
questions - questions or null for nonepublic QuestionGroupItem set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic QuestionGroupItem clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.