public final class OrderreturnsProcessRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Content API for Shopping. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OrderreturnsProcessRequest() |
| Modifier and Type | Method and Description |
|---|---|
OrderreturnsProcessRequest |
clone() |
Boolean |
getFullChargeReturnShippingCost()
Option to charge the customer return shipping cost.
|
String |
getOperationId()
[required] The ID of the operation, unique across all operations for a given order return.
|
OrderreturnsRefundOperation |
getRefundShippingFee()
Refunds for original shipping fee.
|
List<OrderreturnsReturnItem> |
getReturnItems()
The list of items to return.
|
OrderreturnsProcessRequest |
set(String fieldName,
Object value) |
OrderreturnsProcessRequest |
setFullChargeReturnShippingCost(Boolean fullChargeReturnShippingCost)
Option to charge the customer return shipping cost.
|
OrderreturnsProcessRequest |
setOperationId(String operationId)
[required] The ID of the operation, unique across all operations for a given order return.
|
OrderreturnsProcessRequest |
setRefundShippingFee(OrderreturnsRefundOperation refundShippingFee)
Refunds for original shipping fee.
|
OrderreturnsProcessRequest |
setReturnItems(List<OrderreturnsReturnItem> returnItems)
The list of items to return.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getFullChargeReturnShippingCost()
null for nonepublic OrderreturnsProcessRequest setFullChargeReturnShippingCost(Boolean fullChargeReturnShippingCost)
fullChargeReturnShippingCost - fullChargeReturnShippingCost or null for nonepublic String getOperationId()
null for nonepublic OrderreturnsProcessRequest setOperationId(String operationId)
operationId - operationId or null for nonepublic OrderreturnsRefundOperation getRefundShippingFee()
null for nonepublic OrderreturnsProcessRequest setRefundShippingFee(OrderreturnsRefundOperation refundShippingFee)
refundShippingFee - refundShippingFee or null for nonepublic List<OrderreturnsReturnItem> getReturnItems()
null for nonepublic OrderreturnsProcessRequest setReturnItems(List<OrderreturnsReturnItem> returnItems)
returnItems - returnItems or null for nonepublic OrderreturnsProcessRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OrderreturnsProcessRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.