public final class AccountAutomaticImprovements
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 |
---|
AccountAutomaticImprovements() |
Modifier and Type | Method and Description |
---|---|
AccountAutomaticImprovements |
clone() |
AccountImageImprovements |
getImageImprovements()
This improvement will attempt to automatically correct submitted images if they don't meet the
[image requirements](https://support.google.com/merchants/answer/6324350), for example,
removing overlays.
|
AccountItemUpdates |
getItemUpdates()
Turning on [item updates](https://support.google.com/merchants/answer/3246284) allows Google to
automatically update items for you.
|
AccountShippingImprovements |
getShippingImprovements()
Not available for MCAs [accounts](https://support.google.com/merchants/answer/188487).
|
AccountAutomaticImprovements |
set(String fieldName,
Object value) |
AccountAutomaticImprovements |
setImageImprovements(AccountImageImprovements imageImprovements)
This improvement will attempt to automatically correct submitted images if they don't meet the
[image requirements](https://support.google.com/merchants/answer/6324350), for example,
removing overlays.
|
AccountAutomaticImprovements |
setItemUpdates(AccountItemUpdates itemUpdates)
Turning on [item updates](https://support.google.com/merchants/answer/3246284) allows Google to
automatically update items for you.
|
AccountAutomaticImprovements |
setShippingImprovements(AccountShippingImprovements shippingImprovements)
Not available for MCAs [accounts](https://support.google.com/merchants/answer/188487).
|
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 AccountImageImprovements getImageImprovements()
null
for nonepublic AccountAutomaticImprovements setImageImprovements(AccountImageImprovements imageImprovements)
imageImprovements
- imageImprovements or null
for nonepublic AccountItemUpdates getItemUpdates()
null
for nonepublic AccountAutomaticImprovements setItemUpdates(AccountItemUpdates itemUpdates)
itemUpdates
- itemUpdates or null
for nonepublic AccountShippingImprovements getShippingImprovements()
null
for nonepublic AccountAutomaticImprovements setShippingImprovements(AccountShippingImprovements shippingImprovements)
shippingImprovements
- shippingImprovements or null
for nonepublic AccountAutomaticImprovements set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AccountAutomaticImprovements clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.