public final class BuiltInSimpleAction
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 Content API for Shopping. 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BuiltInSimpleAction() |
Modifier and Type | Method and Description |
---|---|
BuiltInSimpleAction |
clone() |
BuiltInSimpleActionAdditionalContent |
getAdditionalContent()
Long text from an external source that should be available to the merchant.
|
String |
getAttributeCode()
The attribute that needs to be updated.
|
String |
getType()
The type of action that represents a functionality that is expected to be available in third-
party application.
|
BuiltInSimpleAction |
set(String fieldName,
Object value) |
BuiltInSimpleAction |
setAdditionalContent(BuiltInSimpleActionAdditionalContent additionalContent)
Long text from an external source that should be available to the merchant.
|
BuiltInSimpleAction |
setAttributeCode(String attributeCode)
The attribute that needs to be updated.
|
BuiltInSimpleAction |
setType(String type)
The type of action that represents a functionality that is expected to be available in third-
party application.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public BuiltInSimpleActionAdditionalContent getAdditionalContent()
null
for nonepublic BuiltInSimpleAction setAdditionalContent(BuiltInSimpleActionAdditionalContent additionalContent)
additionalContent
- additionalContent or null
for nonepublic String getAttributeCode()
null
for nonepublic BuiltInSimpleAction setAttributeCode(String attributeCode)
attributeCode
- attributeCode or null
for nonepublic String getType()
null
for nonepublic BuiltInSimpleAction setType(String type)
type
- type or null
for nonepublic BuiltInSimpleAction set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public BuiltInSimpleAction clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.