public final class NestedParameter
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 Admin SDK 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 |
|---|
NestedParameter() |
| Modifier and Type | Method and Description |
|---|---|
NestedParameter |
clone() |
Boolean |
getBoolValue()
Boolean value of the parameter.
|
Long |
getIntValue()
Integer value of the parameter.
|
List<Boolean> |
getMultiBoolValue()
Multiple boolean values of the parameter.
|
List<Long> |
getMultiIntValue()
Multiple integer values of the parameter.
|
List<String> |
getMultiValue()
Multiple string values of the parameter.
|
String |
getName()
The name of the parameter.
|
String |
getValue()
String value of the parameter.
|
NestedParameter |
set(String fieldName,
Object value) |
NestedParameter |
setBoolValue(Boolean boolValue)
Boolean value of the parameter.
|
NestedParameter |
setIntValue(Long intValue)
Integer value of the parameter.
|
NestedParameter |
setMultiBoolValue(List<Boolean> multiBoolValue)
Multiple boolean values of the parameter.
|
NestedParameter |
setMultiIntValue(List<Long> multiIntValue)
Multiple integer values of the parameter.
|
NestedParameter |
setMultiValue(List<String> multiValue)
Multiple string values of the parameter.
|
NestedParameter |
setName(String name)
The name of the parameter.
|
NestedParameter |
setValue(String value)
String value of the parameter.
|
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 Boolean getBoolValue()
null for nonepublic NestedParameter setBoolValue(Boolean boolValue)
boolValue - boolValue or null for nonepublic Long getIntValue()
null for nonepublic NestedParameter setIntValue(Long intValue)
intValue - intValue or null for nonepublic List<Boolean> getMultiBoolValue()
null for nonepublic NestedParameter setMultiBoolValue(List<Boolean> multiBoolValue)
multiBoolValue - multiBoolValue or null for nonepublic List<Long> getMultiIntValue()
null for nonepublic NestedParameter setMultiIntValue(List<Long> multiIntValue)
multiIntValue - multiIntValue or null for nonepublic List<String> getMultiValue()
null for nonepublic NestedParameter setMultiValue(List<String> multiValue)
multiValue - multiValue or null for nonepublic String getName()
null for nonepublic NestedParameter setName(String name)
name - name or null for nonepublic String getValue()
null for nonepublic NestedParameter setValue(String value)
value - value or null for nonepublic NestedParameter set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic NestedParameter clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.