public class ShoppingContent.Inventory.Set extends ShoppingContentRequest<InventorySetResponse>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Set(BigInteger merchantId,
String storeCode,
String productId,
InventorySetRequest content)
Updates price and availability of a product in your Merchant Center account.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getDryRun()
Flag to simulate a request like in a live environment.
|
BigInteger |
getMerchantId()
The ID of the account that contains the product.
|
String |
getProductId()
The REST ID of the product for which to update price and availability.
|
String |
getStoreCode()
The code of the store for which to update price and availability.
|
ShoppingContent.Inventory.Set |
set(String parameterName,
Object value) |
ShoppingContent.Inventory.Set |
set$Xgafv(String $Xgafv)
V1 error format.
|
ShoppingContent.Inventory.Set |
setAccessToken(String accessToken)
OAuth access token.
|
ShoppingContent.Inventory.Set |
setAlt(String alt)
Data format for response.
|
ShoppingContent.Inventory.Set |
setCallback(String callback)
JSONP
|
ShoppingContent.Inventory.Set |
setDryRun(Boolean dryRun)
Flag to simulate a request like in a live environment.
|
ShoppingContent.Inventory.Set |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ShoppingContent.Inventory.Set |
setKey(String key)
API key.
|
ShoppingContent.Inventory.Set |
setMerchantId(BigInteger merchantId)
The ID of the account that contains the product.
|
ShoppingContent.Inventory.Set |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ShoppingContent.Inventory.Set |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ShoppingContent.Inventory.Set |
setProductId(String productId)
The REST ID of the product for which to update price and availability.
|
ShoppingContent.Inventory.Set |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
ShoppingContent.Inventory.Set |
setStoreCode(String storeCode)
The code of the store for which to update price and availability.
|
ShoppingContent.Inventory.Set |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
ShoppingContent.Inventory.Set |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
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
protected Set(BigInteger merchantId, String storeCode, String productId, InventorySetRequest content)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. ShoppingContent.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be
called to initialize this instance immediately after invoking the constructor.
merchantId
- The ID of the account that contains the product. This account cannot be a multi-client account.storeCode
- The code of the store for which to update price and availability. Use `online` to update price and
availability of an online product.productId
- The REST ID of the product for which to update price and availability.content
- the InventorySetRequest
public ShoppingContent.Inventory.Set set$Xgafv(String $Xgafv)
ShoppingContentRequest
set$Xgafv
in class ShoppingContentRequest<InventorySetResponse>
public ShoppingContent.Inventory.Set setAccessToken(String accessToken)
ShoppingContentRequest
setAccessToken
in class ShoppingContentRequest<InventorySetResponse>
public ShoppingContent.Inventory.Set setAlt(String alt)
ShoppingContentRequest
setAlt
in class ShoppingContentRequest<InventorySetResponse>
public ShoppingContent.Inventory.Set setCallback(String callback)
ShoppingContentRequest
setCallback
in class ShoppingContentRequest<InventorySetResponse>
public ShoppingContent.Inventory.Set setFields(String fields)
ShoppingContentRequest
setFields
in class ShoppingContentRequest<InventorySetResponse>
public ShoppingContent.Inventory.Set setKey(String key)
ShoppingContentRequest
setKey
in class ShoppingContentRequest<InventorySetResponse>
public ShoppingContent.Inventory.Set setOauthToken(String oauthToken)
ShoppingContentRequest
setOauthToken
in class ShoppingContentRequest<InventorySetResponse>
public ShoppingContent.Inventory.Set setPrettyPrint(Boolean prettyPrint)
ShoppingContentRequest
setPrettyPrint
in class ShoppingContentRequest<InventorySetResponse>
public ShoppingContent.Inventory.Set setQuotaUser(String quotaUser)
ShoppingContentRequest
setQuotaUser
in class ShoppingContentRequest<InventorySetResponse>
public ShoppingContent.Inventory.Set setUploadType(String uploadType)
ShoppingContentRequest
setUploadType
in class ShoppingContentRequest<InventorySetResponse>
public ShoppingContent.Inventory.Set setUploadProtocol(String uploadProtocol)
ShoppingContentRequest
setUploadProtocol
in class ShoppingContentRequest<InventorySetResponse>
public BigInteger getMerchantId()
public ShoppingContent.Inventory.Set setMerchantId(BigInteger merchantId)
public String getStoreCode()
public ShoppingContent.Inventory.Set setStoreCode(String storeCode)
public String getProductId()
public ShoppingContent.Inventory.Set setProductId(String productId)
public Boolean getDryRun()
public ShoppingContent.Inventory.Set setDryRun(Boolean dryRun)
public ShoppingContent.Inventory.Set set(String parameterName, Object value)
set
in class ShoppingContentRequest<InventorySetResponse>
Copyright © 2011–2021 Google. All rights reserved.