public final class CustomFieldDefListResponse
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 Maps Coordinate 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.Flags| Constructor and Description |
|---|
CustomFieldDefListResponse() |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldDefListResponse |
clone() |
java.util.List<CustomFieldDef> |
getItems()
Collection of custom field definitions in a team.
|
java.lang.String |
getKind()
Identifies this object as a collection of custom field definitions in a team.
|
CustomFieldDefListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
CustomFieldDefListResponse |
setItems(java.util.List<CustomFieldDef> items)
Collection of custom field definitions in a team.
|
CustomFieldDefListResponse |
setKind(java.lang.String kind)
Identifies this object as a collection of custom field definitions in a team.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<CustomFieldDef> getItems()
null for nonepublic CustomFieldDefListResponse setItems(java.util.List<CustomFieldDef> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic CustomFieldDefListResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic CustomFieldDefListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CustomFieldDefListResponse clone()
clone in class com.google.api.client.json.GenericJson