public final class ScaleQuestion
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 |
|---|
ScaleQuestion() |
| Modifier and Type | Method and Description |
|---|---|
ScaleQuestion |
clone() |
Integer |
getHigh()
Required.
|
String |
getHighLabel()
The label to display describing the highest point on the scale.
|
Integer |
getLow()
Required.
|
String |
getLowLabel()
The label to display describing the lowest point on the scale.
|
ScaleQuestion |
set(String fieldName,
Object value) |
ScaleQuestion |
setHigh(Integer high)
Required.
|
ScaleQuestion |
setHighLabel(String highLabel)
The label to display describing the highest point on the scale.
|
ScaleQuestion |
setLow(Integer low)
Required.
|
ScaleQuestion |
setLowLabel(String lowLabel)
The label to display describing the lowest point on the scale.
|
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 Integer getHigh()
null for nonepublic ScaleQuestion setHigh(Integer high)
high - high or null for nonepublic String getHighLabel()
null for nonepublic ScaleQuestion setHighLabel(String highLabel)
highLabel - highLabel or null for nonepublic Integer getLow()
null for nonepublic ScaleQuestion setLow(Integer low)
low - low or null for nonepublic String getLowLabel()
null for nonepublic ScaleQuestion setLowLabel(String lowLabel)
lowLabel - lowLabel or null for nonepublic ScaleQuestion set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ScaleQuestion clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.