public class ShoppingContent.Settlementtransactions.List extends ShoppingContentRequest<SettlementtransactionsListResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
List(BigInteger merchantId,
String settlementId)
Retrieves a list of transactions for the settlement.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
Long |
getMaxResults()
The maximum number of transactions to return in the response, used for paging.
|
BigInteger |
getMerchantId()
The Merchant Center account to list transactions for.
|
String |
getPageToken()
The token returned by the previous request.
|
String |
getSettlementId()
The Google-provided ID of the settlement.
|
List<String> |
getTransactionIds()
The list of transactions to return.
|
ShoppingContent.Settlementtransactions.List |
set(String parameterName,
Object value) |
ShoppingContent.Settlementtransactions.List |
setAlt(String alt)
Data format for the response.
|
ShoppingContent.Settlementtransactions.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ShoppingContent.Settlementtransactions.List |
setKey(String key)
API key.
|
ShoppingContent.Settlementtransactions.List |
setMaxResults(Long maxResults)
The maximum number of transactions to return in the response, used for paging.
|
ShoppingContent.Settlementtransactions.List |
setMerchantId(BigInteger merchantId)
The Merchant Center account to list transactions for.
|
ShoppingContent.Settlementtransactions.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ShoppingContent.Settlementtransactions.List |
setPageToken(String pageToken)
The token returned by the previous request.
|
ShoppingContent.Settlementtransactions.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ShoppingContent.Settlementtransactions.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
ShoppingContent.Settlementtransactions.List |
setSettlementId(String settlementId)
The Google-provided ID of the settlement.
|
ShoppingContent.Settlementtransactions.List |
setTransactionIds(List<String> transactionIds)
The list of transactions to return.
|
ShoppingContent.Settlementtransactions.List |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected List(BigInteger merchantId, String settlementId)
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 Merchant Center account to list transactions for.settlementId - The Google-provided ID of the settlement.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<SettlementtransactionsListResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<SettlementtransactionsListResponse>IOExceptionpublic ShoppingContent.Settlementtransactions.List setAlt(String alt)
ShoppingContentRequestsetAlt in class ShoppingContentRequest<SettlementtransactionsListResponse>public ShoppingContent.Settlementtransactions.List setFields(String fields)
ShoppingContentRequestsetFields in class ShoppingContentRequest<SettlementtransactionsListResponse>public ShoppingContent.Settlementtransactions.List setKey(String key)
ShoppingContentRequestsetKey in class ShoppingContentRequest<SettlementtransactionsListResponse>public ShoppingContent.Settlementtransactions.List setOauthToken(String oauthToken)
ShoppingContentRequestsetOauthToken in class ShoppingContentRequest<SettlementtransactionsListResponse>public ShoppingContent.Settlementtransactions.List setPrettyPrint(Boolean prettyPrint)
ShoppingContentRequestsetPrettyPrint in class ShoppingContentRequest<SettlementtransactionsListResponse>public ShoppingContent.Settlementtransactions.List setQuotaUser(String quotaUser)
ShoppingContentRequestsetQuotaUser in class ShoppingContentRequest<SettlementtransactionsListResponse>public ShoppingContent.Settlementtransactions.List setUserIp(String userIp)
ShoppingContentRequestsetUserIp in class ShoppingContentRequest<SettlementtransactionsListResponse>public BigInteger getMerchantId()
public ShoppingContent.Settlementtransactions.List setMerchantId(BigInteger merchantId)
public String getSettlementId()
public ShoppingContent.Settlementtransactions.List setSettlementId(String settlementId)
public Long getMaxResults()
public ShoppingContent.Settlementtransactions.List setMaxResults(Long maxResults)
public String getPageToken()
public ShoppingContent.Settlementtransactions.List setPageToken(String pageToken)
public List<String> getTransactionIds()
public ShoppingContent.Settlementtransactions.List setTransactionIds(List<String> transactionIds)
public ShoppingContent.Settlementtransactions.List set(String parameterName, Object value)
set in class ShoppingContentRequest<SettlementtransactionsListResponse>Copyright © 2011–2020 Google. All rights reserved.