public class ShoppingContent.Accounttax.Get extends ShoppingContentRequest<AccountTax>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Get(BigInteger merchantId,
BigInteger accountId)
Retrieves the tax settings of the account.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
BigInteger |
getAccountId()
The ID of the account for which to get/update account tax settings.
|
BigInteger |
getMerchantId()
The ID of the managing account.
|
ShoppingContent.Accounttax.Get |
set(String parameterName,
Object value) |
ShoppingContent.Accounttax.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
ShoppingContent.Accounttax.Get |
setAccessToken(String accessToken)
OAuth access token.
|
ShoppingContent.Accounttax.Get |
setAccountId(BigInteger accountId)
The ID of the account for which to get/update account tax settings.
|
ShoppingContent.Accounttax.Get |
setAlt(String alt)
Data format for response.
|
ShoppingContent.Accounttax.Get |
setCallback(String callback)
JSONP
|
ShoppingContent.Accounttax.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ShoppingContent.Accounttax.Get |
setKey(String key)
API key.
|
ShoppingContent.Accounttax.Get |
setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
ShoppingContent.Accounttax.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ShoppingContent.Accounttax.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ShoppingContent.Accounttax.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
ShoppingContent.Accounttax.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
ShoppingContent.Accounttax.Get |
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, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 Get(BigInteger merchantId, BigInteger accountId)
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 managing account. If this parameter is not the same as accountId, then this account
must be a multi-client account and `accountId` must be the ID of a sub-account of this
account.accountId
- The ID of the account for which to get/update account tax settings.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<AccountTax>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<AccountTax>
IOException
public ShoppingContent.Accounttax.Get set$Xgafv(String $Xgafv)
ShoppingContentRequest
set$Xgafv
in class ShoppingContentRequest<AccountTax>
public ShoppingContent.Accounttax.Get setAccessToken(String accessToken)
ShoppingContentRequest
setAccessToken
in class ShoppingContentRequest<AccountTax>
public ShoppingContent.Accounttax.Get setAlt(String alt)
ShoppingContentRequest
setAlt
in class ShoppingContentRequest<AccountTax>
public ShoppingContent.Accounttax.Get setCallback(String callback)
ShoppingContentRequest
setCallback
in class ShoppingContentRequest<AccountTax>
public ShoppingContent.Accounttax.Get setFields(String fields)
ShoppingContentRequest
setFields
in class ShoppingContentRequest<AccountTax>
public ShoppingContent.Accounttax.Get setKey(String key)
ShoppingContentRequest
setKey
in class ShoppingContentRequest<AccountTax>
public ShoppingContent.Accounttax.Get setOauthToken(String oauthToken)
ShoppingContentRequest
setOauthToken
in class ShoppingContentRequest<AccountTax>
public ShoppingContent.Accounttax.Get setPrettyPrint(Boolean prettyPrint)
ShoppingContentRequest
setPrettyPrint
in class ShoppingContentRequest<AccountTax>
public ShoppingContent.Accounttax.Get setQuotaUser(String quotaUser)
ShoppingContentRequest
setQuotaUser
in class ShoppingContentRequest<AccountTax>
public ShoppingContent.Accounttax.Get setUploadType(String uploadType)
ShoppingContentRequest
setUploadType
in class ShoppingContentRequest<AccountTax>
public ShoppingContent.Accounttax.Get setUploadProtocol(String uploadProtocol)
ShoppingContentRequest
setUploadProtocol
in class ShoppingContentRequest<AccountTax>
public BigInteger getMerchantId()
public ShoppingContent.Accounttax.Get setMerchantId(BigInteger merchantId)
public BigInteger getAccountId()
public ShoppingContent.Accounttax.Get setAccountId(BigInteger accountId)
public ShoppingContent.Accounttax.Get set(String parameterName, Object value)
set
in class ShoppingContentRequest<AccountTax>
Copyright © 2011–2024 Google. All rights reserved.