public class ShoppingContent extends AbstractGoogleJsonClient
Manage your product listings and accounts for Google Shopping
For more information about this service, see the API Documentation
This service uses ShoppingContentRequestInitializer
to initialize global parameters via its
ShoppingContent.Builder
.
Modifier and Type | Class and Description |
---|---|
class |
ShoppingContent.Accounts
The "accounts" collection of methods.
|
class |
ShoppingContent.Accountstatuses
The "accountstatuses" collection of methods.
|
class |
ShoppingContent.Accounttax
The "accounttax" collection of methods.
|
static class |
ShoppingContent.Builder
Builder for
ShoppingContent . |
class |
ShoppingContent.Csses
The "csses" collection of methods.
|
class |
ShoppingContent.Datafeeds
The "datafeeds" collection of methods.
|
class |
ShoppingContent.Datafeedstatuses
The "datafeedstatuses" collection of methods.
|
class |
ShoppingContent.Liasettings
The "liasettings" collection of methods.
|
class |
ShoppingContent.Localinventory
The "localinventory" collection of methods.
|
class |
ShoppingContent.Orderinvoices
The "orderinvoices" collection of methods.
|
class |
ShoppingContent.Orderreports
The "orderreports" collection of methods.
|
class |
ShoppingContent.Orderreturns
The "orderreturns" collection of methods.
|
class |
ShoppingContent.Orders
The "orders" collection of methods.
|
class |
ShoppingContent.Ordertrackingsignals
The "ordertrackingsignals" collection of methods.
|
class |
ShoppingContent.Pos
The "pos" collection of methods.
|
class |
ShoppingContent.Products
The "products" collection of methods.
|
class |
ShoppingContent.Productstatuses
The "productstatuses" collection of methods.
|
class |
ShoppingContent.Pubsubnotificationsettings
The "pubsubnotificationsettings" collection of methods.
|
class |
ShoppingContent.Regionalinventory
The "regionalinventory" collection of methods.
|
class |
ShoppingContent.Regions
The "regions" collection of methods.
|
class |
ShoppingContent.Repricingrules
The "repricingrules" collection of methods.
|
class |
ShoppingContent.Returnaddress
The "returnaddress" collection of methods.
|
class |
ShoppingContent.Returnpolicy
The "returnpolicy" collection of methods.
|
class |
ShoppingContent.Settlementreports
The "settlementreports" collection of methods.
|
class |
ShoppingContent.Settlementtransactions
The "settlementtransactions" collection of methods.
|
class |
ShoppingContent.Shippingsettings
The "shippingsettings" collection of methods.
|
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BASE_URL
The default encoded base URL of the service.
|
static String |
DEFAULT_BATCH_PATH
The default encoded batch path of the service.
|
static String |
DEFAULT_MTLS_ROOT_URL
The default encoded mTLS root URL of the service.
|
static String |
DEFAULT_ROOT_URL
The default encoded root URL of the service.
|
static String |
DEFAULT_SERVICE_PATH
The default encoded service path of the service.
|
Constructor and Description |
---|
ShoppingContent(HttpTransport transport,
JsonFactory jsonFactory,
HttpRequestInitializer httpRequestInitializer)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Accounts |
accounts()
An accessor for creating requests from the Accounts collection.
|
ShoppingContent.Accountstatuses |
accountstatuses()
An accessor for creating requests from the Accountstatuses collection.
|
ShoppingContent.Accounttax |
accounttax()
An accessor for creating requests from the Accounttax collection.
|
ShoppingContent.Csses |
csses()
An accessor for creating requests from the Csses collection.
|
ShoppingContent.Datafeeds |
datafeeds()
An accessor for creating requests from the Datafeeds collection.
|
ShoppingContent.Datafeedstatuses |
datafeedstatuses()
An accessor for creating requests from the Datafeedstatuses collection.
|
protected void |
initialize(AbstractGoogleClientRequest<?> httpClientRequest) |
ShoppingContent.Liasettings |
liasettings()
An accessor for creating requests from the Liasettings collection.
|
ShoppingContent.Localinventory |
localinventory()
An accessor for creating requests from the Localinventory collection.
|
ShoppingContent.Orderinvoices |
orderinvoices()
An accessor for creating requests from the Orderinvoices collection.
|
ShoppingContent.Orderreports |
orderreports()
An accessor for creating requests from the Orderreports collection.
|
ShoppingContent.Orderreturns |
orderreturns()
An accessor for creating requests from the Orderreturns collection.
|
ShoppingContent.Orders |
orders()
An accessor for creating requests from the Orders collection.
|
ShoppingContent.Ordertrackingsignals |
ordertrackingsignals()
An accessor for creating requests from the Ordertrackingsignals collection.
|
ShoppingContent.Pos |
pos()
An accessor for creating requests from the Pos collection.
|
ShoppingContent.Products |
products()
An accessor for creating requests from the Products collection.
|
ShoppingContent.Productstatuses |
productstatuses()
An accessor for creating requests from the Productstatuses collection.
|
ShoppingContent.Pubsubnotificationsettings |
pubsubnotificationsettings()
An accessor for creating requests from the Pubsubnotificationsettings collection.
|
ShoppingContent.Regionalinventory |
regionalinventory()
An accessor for creating requests from the Regionalinventory collection.
|
ShoppingContent.Regions |
regions()
An accessor for creating requests from the Regions collection.
|
ShoppingContent.Repricingrules |
repricingrules()
An accessor for creating requests from the Repricingrules collection.
|
ShoppingContent.Returnaddress |
returnaddress()
An accessor for creating requests from the Returnaddress collection.
|
ShoppingContent.Returnpolicy |
returnpolicy()
An accessor for creating requests from the Returnpolicy collection.
|
ShoppingContent.Settlementreports |
settlementreports()
An accessor for creating requests from the Settlementreports collection.
|
ShoppingContent.Settlementtransactions |
settlementtransactions()
An accessor for creating requests from the Settlementtransactions collection.
|
ShoppingContent.Shippingsettings |
shippingsettings()
An accessor for creating requests from the Shippingsettings collection.
|
getJsonFactory, getObjectParser
batch, batch, getApplicationName, getBaseUrl, getGoogleClientRequestInitializer, getRequestFactory, getRootUrl, getServicePath, getSuppressPatternChecks, getSuppressRequiredParameterChecks
public static final String DEFAULT_ROOT_URL
public static final String DEFAULT_MTLS_ROOT_URL
public static final String DEFAULT_SERVICE_PATH
public static final String DEFAULT_BATCH_PATH
public static final String DEFAULT_BASE_URL
public ShoppingContent(HttpTransport transport, JsonFactory jsonFactory, HttpRequestInitializer httpRequestInitializer)
Use ShoppingContent.Builder
if you need to specify any of the optional parameters.
transport
- HTTP transport, which should normally be:
com.google.api.client.extensions.appengine.http.UrlFetchTransport
newCompatibleTransport
from
com.google.api.client.extensions.android.http.AndroidHttp
GoogleNetHttpTransport
jsonFactory
- JSON factory, which may be:
com.google.api.client.json.jackson2.JacksonFactory
com.google.api.client.json.gson.GsonFactory
com.google.api.client.extensions.android.json.AndroidJsonFactory
httpRequestInitializer
- HTTP request initializer or null
for noneprotected void initialize(AbstractGoogleClientRequest<?> httpClientRequest) throws IOException
initialize
in class AbstractGoogleClient
IOException
public ShoppingContent.Accounts accounts()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Accounts.List request = content.accounts().list(parameters ...)
public ShoppingContent.Accountstatuses accountstatuses()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Accountstatuses.List request = content.accountstatuses().list(parameters ...)
public ShoppingContent.Accounttax accounttax()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Accounttax.List request = content.accounttax().list(parameters ...)
public ShoppingContent.Csses csses()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Csses.List request = content.csses().list(parameters ...)
public ShoppingContent.Datafeeds datafeeds()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Datafeeds.List request = content.datafeeds().list(parameters ...)
public ShoppingContent.Datafeedstatuses datafeedstatuses()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Datafeedstatuses.List request = content.datafeedstatuses().list(parameters ...)
public ShoppingContent.Liasettings liasettings()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Liasettings.List request = content.liasettings().list(parameters ...)
public ShoppingContent.Localinventory localinventory()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Localinventory.List request = content.localinventory().list(parameters ...)
public ShoppingContent.Orderinvoices orderinvoices()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Orderinvoices.List request = content.orderinvoices().list(parameters ...)
public ShoppingContent.Orderreports orderreports()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Orderreports.List request = content.orderreports().list(parameters ...)
public ShoppingContent.Orderreturns orderreturns()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Orderreturns.List request = content.orderreturns().list(parameters ...)
public ShoppingContent.Orders orders()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Orders.List request = content.orders().list(parameters ...)
public ShoppingContent.Ordertrackingsignals ordertrackingsignals()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Ordertrackingsignals.List request = content.ordertrackingsignals().list(parameters ...)
public ShoppingContent.Pos pos()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Pos.List request = content.pos().list(parameters ...)
public ShoppingContent.Products products()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Products.List request = content.products().list(parameters ...)
public ShoppingContent.Productstatuses productstatuses()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Productstatuses.List request = content.productstatuses().list(parameters ...)
public ShoppingContent.Pubsubnotificationsettings pubsubnotificationsettings()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Pubsubnotificationsettings.List request = content.pubsubnotificationsettings().list(parameters ...)
public ShoppingContent.Regionalinventory regionalinventory()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Regionalinventory.List request = content.regionalinventory().list(parameters ...)
public ShoppingContent.Regions regions()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Regions.List request = content.regions().list(parameters ...)
public ShoppingContent.Repricingrules repricingrules()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Repricingrules.List request = content.repricingrules().list(parameters ...)
public ShoppingContent.Returnaddress returnaddress()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Returnaddress.List request = content.returnaddress().list(parameters ...)
public ShoppingContent.Returnpolicy returnpolicy()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Returnpolicy.List request = content.returnpolicy().list(parameters ...)
public ShoppingContent.Settlementreports settlementreports()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Settlementreports.List request = content.settlementreports().list(parameters ...)
public ShoppingContent.Settlementtransactions settlementtransactions()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Settlementtransactions.List request = content.settlementtransactions().list(parameters ...)
public ShoppingContent.Shippingsettings shippingsettings()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Shippingsettings.List request = content.shippingsettings().list(parameters ...)
Copyright © 2011–2020 Google. All rights reserved.