public class ShoppingContent.Accounts.Delete extends ShoppingContentRequest<Void>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Delete(BigInteger merchantId,
BigInteger accountId)
Deletes a Merchant Center sub-account.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getAccountId()
The ID of the account.
|
Boolean |
getForce()
Flag to delete sub-accounts with products.
|
BigInteger |
getMerchantId()
The ID of the managing account.
|
boolean |
isForce()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE. |
ShoppingContent.Accounts.Delete |
set(String parameterName,
Object value) |
ShoppingContent.Accounts.Delete |
setAccountId(BigInteger accountId)
The ID of the account.
|
ShoppingContent.Accounts.Delete |
setAlt(String alt)
Data format for the response.
|
ShoppingContent.Accounts.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ShoppingContent.Accounts.Delete |
setForce(Boolean force)
Flag to delete sub-accounts with products.
|
ShoppingContent.Accounts.Delete |
setKey(String key)
API key.
|
ShoppingContent.Accounts.Delete |
setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
ShoppingContent.Accounts.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ShoppingContent.Accounts.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ShoppingContent.Accounts.Delete |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
ShoppingContent.Accounts.Delete |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Delete(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. This 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.public ShoppingContent.Accounts.Delete setAlt(String alt)
ShoppingContentRequestsetAlt in class ShoppingContentRequest<Void>public ShoppingContent.Accounts.Delete setFields(String fields)
ShoppingContentRequestsetFields in class ShoppingContentRequest<Void>public ShoppingContent.Accounts.Delete setKey(String key)
ShoppingContentRequestsetKey in class ShoppingContentRequest<Void>public ShoppingContent.Accounts.Delete setOauthToken(String oauthToken)
ShoppingContentRequestsetOauthToken in class ShoppingContentRequest<Void>public ShoppingContent.Accounts.Delete setPrettyPrint(Boolean prettyPrint)
ShoppingContentRequestsetPrettyPrint in class ShoppingContentRequest<Void>public ShoppingContent.Accounts.Delete setQuotaUser(String quotaUser)
ShoppingContentRequestsetQuotaUser in class ShoppingContentRequest<Void>public ShoppingContent.Accounts.Delete setUserIp(String userIp)
ShoppingContentRequestsetUserIp in class ShoppingContentRequest<Void>public BigInteger getMerchantId()
public ShoppingContent.Accounts.Delete setMerchantId(BigInteger merchantId)
public BigInteger getAccountId()
public ShoppingContent.Accounts.Delete setAccountId(BigInteger accountId)
public Boolean getForce()
public ShoppingContent.Accounts.Delete setForce(Boolean force)
public boolean isForce()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
Flag to delete sub-accounts with products. The default value is false.
public ShoppingContent.Accounts.Delete set(String parameterName, Object value)
set in class ShoppingContentRequest<Void>Copyright © 2011–2019 Google. All rights reserved.