public final class FieldFilter
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 |
|---|
FieldFilter() |
| Modifier and Type | Method and Description |
|---|---|
FieldFilter |
clone() |
Boolean |
getBoolValue()
Optional.
|
DependentFieldValue |
getDependentFieldValue()
Optional.
|
Integer |
getFieldId()
Optional.
|
String |
getMatchType()
Optional.
|
RequestValue |
getRequestValue()
Optional.
|
String |
getStringValue()
Optional.
|
String |
getValueType()
Optional.
|
FieldFilter |
set(String fieldName,
Object value) |
FieldFilter |
setBoolValue(Boolean boolValue)
Optional.
|
FieldFilter |
setDependentFieldValue(DependentFieldValue dependentFieldValue)
Optional.
|
FieldFilter |
setFieldId(Integer fieldId)
Optional.
|
FieldFilter |
setMatchType(String matchType)
Optional.
|
FieldFilter |
setRequestValue(RequestValue requestValue)
Optional.
|
FieldFilter |
setStringValue(String stringValue)
Optional.
|
FieldFilter |
setValueType(String valueType)
Optional.
|
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 FieldFilter setBoolValue(Boolean boolValue)
boolValue - boolValue or null for nonepublic DependentFieldValue getDependentFieldValue()
null for nonepublic FieldFilter setDependentFieldValue(DependentFieldValue dependentFieldValue)
dependentFieldValue - dependentFieldValue or null for nonepublic Integer getFieldId()
null for nonepublic FieldFilter setFieldId(Integer fieldId)
fieldId - fieldId or null for nonepublic String getMatchType()
null for nonepublic FieldFilter setMatchType(String matchType)
matchType - matchType or null for nonepublic RequestValue getRequestValue()
null for nonepublic FieldFilter setRequestValue(RequestValue requestValue)
requestValue - requestValue or null for nonepublic String getStringValue()
null for nonepublic FieldFilter setStringValue(String stringValue)
stringValue - stringValue or null for nonepublic String getValueType()
null for nonepublic FieldFilter setValueType(String valueType)
valueType - valueType or null for nonepublic FieldFilter set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FieldFilter clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.