public final class FeedField
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 Campaign Manager 360 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 |
|---|
FeedField() |
| Modifier and Type | Method and Description |
|---|---|
FeedField |
clone() |
String |
getDefaultValue()
Optional.
|
Boolean |
getFilterable()
Optional.
|
Integer |
getId()
Required.
|
String |
getName()
Required.
|
Boolean |
getRenderable()
Optional.
|
Boolean |
getRequired()
Optional.
|
String |
getType()
Required.
|
FeedField |
set(String fieldName,
Object value) |
FeedField |
setDefaultValue(String defaultValue)
Optional.
|
FeedField |
setFilterable(Boolean filterable)
Optional.
|
FeedField |
setId(Integer id)
Required.
|
FeedField |
setName(String name)
Required.
|
FeedField |
setRenderable(Boolean renderable)
Optional.
|
FeedField |
setRequired(Boolean required)
Optional.
|
FeedField |
setType(String type)
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 String getDefaultValue()
null for nonepublic FeedField setDefaultValue(String defaultValue)
defaultValue - defaultValue or null for nonepublic Boolean getFilterable()
null for nonepublic FeedField setFilterable(Boolean filterable)
filterable - filterable or null for nonepublic Integer getId()
null for nonepublic FeedField setId(Integer id)
id - id or null for nonepublic String getName()
null for nonepublic FeedField setName(String name)
name - name or null for nonepublic Boolean getRenderable()
null for nonepublic FeedField setRenderable(Boolean renderable)
renderable - renderable or null for nonepublic Boolean getRequired()
null for nonepublic FeedField setRequired(Boolean required)
required - required or null for nonepublic String getType()
null for nonepublic FeedField setType(String type)
type - type or null for nonepublic FeedField set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FeedField clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.