public class ShoppingContent.Orderreturns.List extends ShoppingContentRequest<OrderreturnsListResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(BigInteger merchantId)
Lists order returns in your Merchant Center account.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Boolean |
getAcknowledged()
Obtains order returns that match the acknowledgement status.
|
String |
getCreatedEndDate()
Obtains order returns created before this date (inclusively), in ISO 8601 format.
|
String |
getCreatedStartDate()
Obtains order returns created after this date (inclusively), in ISO 8601 format.
|
List<String> |
getGoogleOrderIds()
Obtains order returns with the specified order ids.
|
Long |
getMaxResults()
The maximum number of order returns to return in the response, used for paging.
|
BigInteger |
getMerchantId()
The ID of the account that manages the order.
|
String |
getOrderBy()
Return the results in the specified order.
|
String |
getPageToken()
The token returned by the previous request.
|
List<String> |
getShipmentStates()
Obtains order returns that match any shipment state provided in this parameter.
|
List<String> |
getShipmentStatus()
Obtains order returns that match any shipment status provided in this parameter.
|
List<String> |
getShipmentTrackingNumbers()
Obtains order returns with the specified tracking numbers.
|
List<String> |
getShipmentTypes()
Obtains order returns that match any shipment type provided in this parameter.
|
ShoppingContent.Orderreturns.List |
set(String parameterName,
Object value) |
ShoppingContent.Orderreturns.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
ShoppingContent.Orderreturns.List |
setAccessToken(String accessToken)
OAuth access token.
|
ShoppingContent.Orderreturns.List |
setAcknowledged(Boolean acknowledged)
Obtains order returns that match the acknowledgement status.
|
ShoppingContent.Orderreturns.List |
setAlt(String alt)
Data format for response.
|
ShoppingContent.Orderreturns.List |
setCallback(String callback)
JSONP
|
ShoppingContent.Orderreturns.List |
setCreatedEndDate(String createdEndDate)
Obtains order returns created before this date (inclusively), in ISO 8601 format.
|
ShoppingContent.Orderreturns.List |
setCreatedStartDate(String createdStartDate)
Obtains order returns created after this date (inclusively), in ISO 8601 format.
|
ShoppingContent.Orderreturns.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ShoppingContent.Orderreturns.List |
setGoogleOrderIds(List<String> googleOrderIds)
Obtains order returns with the specified order ids.
|
ShoppingContent.Orderreturns.List |
setKey(String key)
API key.
|
ShoppingContent.Orderreturns.List |
setMaxResults(Long maxResults)
The maximum number of order returns to return in the response, used for paging.
|
ShoppingContent.Orderreturns.List |
setMerchantId(BigInteger merchantId)
The ID of the account that manages the order.
|
ShoppingContent.Orderreturns.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ShoppingContent.Orderreturns.List |
setOrderBy(String orderBy)
Return the results in the specified order.
|
ShoppingContent.Orderreturns.List |
setPageToken(String pageToken)
The token returned by the previous request.
|
ShoppingContent.Orderreturns.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ShoppingContent.Orderreturns.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
ShoppingContent.Orderreturns.List |
setShipmentStates(List<String> shipmentStates)
Obtains order returns that match any shipment state provided in this parameter.
|
ShoppingContent.Orderreturns.List |
setShipmentStatus(List<String> shipmentStatus)
Obtains order returns that match any shipment status provided in this parameter.
|
ShoppingContent.Orderreturns.List |
setShipmentTrackingNumbers(List<String> shipmentTrackingNumbers)
Obtains order returns with the specified tracking numbers.
|
ShoppingContent.Orderreturns.List |
setShipmentTypes(List<String> shipmentTypes)
Obtains order returns that match any shipment type provided in this parameter.
|
ShoppingContent.Orderreturns.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
ShoppingContent.Orderreturns.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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)
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 manages the order. This cannot be a multi-client account.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<OrderreturnsListResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<OrderreturnsListResponse>IOExceptionpublic ShoppingContent.Orderreturns.List set$Xgafv(String $Xgafv)
ShoppingContentRequestset$Xgafv in class ShoppingContentRequest<OrderreturnsListResponse>public ShoppingContent.Orderreturns.List setAccessToken(String accessToken)
ShoppingContentRequestsetAccessToken in class ShoppingContentRequest<OrderreturnsListResponse>public ShoppingContent.Orderreturns.List setAlt(String alt)
ShoppingContentRequestsetAlt in class ShoppingContentRequest<OrderreturnsListResponse>public ShoppingContent.Orderreturns.List setCallback(String callback)
ShoppingContentRequestsetCallback in class ShoppingContentRequest<OrderreturnsListResponse>public ShoppingContent.Orderreturns.List setFields(String fields)
ShoppingContentRequestsetFields in class ShoppingContentRequest<OrderreturnsListResponse>public ShoppingContent.Orderreturns.List setKey(String key)
ShoppingContentRequestsetKey in class ShoppingContentRequest<OrderreturnsListResponse>public ShoppingContent.Orderreturns.List setOauthToken(String oauthToken)
ShoppingContentRequestsetOauthToken in class ShoppingContentRequest<OrderreturnsListResponse>public ShoppingContent.Orderreturns.List setPrettyPrint(Boolean prettyPrint)
ShoppingContentRequestsetPrettyPrint in class ShoppingContentRequest<OrderreturnsListResponse>public ShoppingContent.Orderreturns.List setQuotaUser(String quotaUser)
ShoppingContentRequestsetQuotaUser in class ShoppingContentRequest<OrderreturnsListResponse>public ShoppingContent.Orderreturns.List setUploadType(String uploadType)
ShoppingContentRequestsetUploadType in class ShoppingContentRequest<OrderreturnsListResponse>public ShoppingContent.Orderreturns.List setUploadProtocol(String uploadProtocol)
ShoppingContentRequestsetUploadProtocol in class ShoppingContentRequest<OrderreturnsListResponse>public BigInteger getMerchantId()
public ShoppingContent.Orderreturns.List setMerchantId(BigInteger merchantId)
public Boolean getAcknowledged()
public ShoppingContent.Orderreturns.List setAcknowledged(Boolean acknowledged)
public String getCreatedEndDate()
public ShoppingContent.Orderreturns.List setCreatedEndDate(String createdEndDate)
public String getCreatedStartDate()
public ShoppingContent.Orderreturns.List setCreatedStartDate(String createdStartDate)
public List<String> getGoogleOrderIds()
public ShoppingContent.Orderreturns.List setGoogleOrderIds(List<String> googleOrderIds)
public Long getMaxResults()
public ShoppingContent.Orderreturns.List setMaxResults(Long maxResults)
public String getOrderBy()
public ShoppingContent.Orderreturns.List setOrderBy(String orderBy)
public String getPageToken()
public ShoppingContent.Orderreturns.List setPageToken(String pageToken)
public List<String> getShipmentStates()
public ShoppingContent.Orderreturns.List setShipmentStates(List<String> shipmentStates)
public List<String> getShipmentStatus()
public ShoppingContent.Orderreturns.List setShipmentStatus(List<String> shipmentStatus)
public List<String> getShipmentTrackingNumbers()
public ShoppingContent.Orderreturns.List setShipmentTrackingNumbers(List<String> shipmentTrackingNumbers)
public List<String> getShipmentTypes()
public ShoppingContent.Orderreturns.List setShipmentTypes(List<String> shipmentTypes)
public ShoppingContent.Orderreturns.List set(String parameterName, Object value)
set in class ShoppingContentRequest<OrderreturnsListResponse>Copyright © 2011–2023 Google. All rights reserved.