public final class OrdersCustomBatchRequestEntry extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
OrdersCustomBatchRequestEntry() |
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
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
public Long getBatchId()
null
for nonepublic OrdersCustomBatchRequestEntry setBatchId(Long batchId)
batchId
- batchId or null
for nonepublic OrdersCustomBatchRequestEntryCancel getCancel()
null
for nonepublic OrdersCustomBatchRequestEntry setCancel(OrdersCustomBatchRequestEntryCancel cancel)
cancel
- cancel or null
for nonepublic OrdersCustomBatchRequestEntryCancelLineItem getCancelLineItem()
null
for nonepublic OrdersCustomBatchRequestEntry setCancelLineItem(OrdersCustomBatchRequestEntryCancelLineItem cancelLineItem)
cancelLineItem
- cancelLineItem or null
for nonepublic OrdersCustomBatchRequestEntryInStoreRefundLineItem getInStoreRefundLineItem()
null
for nonepublic OrdersCustomBatchRequestEntry setInStoreRefundLineItem(OrdersCustomBatchRequestEntryInStoreRefundLineItem inStoreRefundLineItem)
inStoreRefundLineItem
- inStoreRefundLineItem or null
for nonepublic BigInteger getMerchantId()
null
for nonepublic OrdersCustomBatchRequestEntry setMerchantId(BigInteger merchantId)
merchantId
- merchantId or null
for nonepublic String getMerchantOrderId()
null
for nonepublic OrdersCustomBatchRequestEntry setMerchantOrderId(String merchantOrderId)
merchantOrderId
- merchantOrderId or null
for nonepublic String getMethod()
null
for nonepublic OrdersCustomBatchRequestEntry setMethod(String method)
method
- method or null
for nonepublic String getOperationId()
null
for nonepublic OrdersCustomBatchRequestEntry setOperationId(String operationId)
operationId
- operationId or null
for nonepublic String getOrderId()
null
for nonepublic OrdersCustomBatchRequestEntry setOrderId(String orderId)
orderId
- orderId or null
for nonepublic OrdersCustomBatchRequestEntryRefund getRefund()
null
for nonepublic OrdersCustomBatchRequestEntry setRefund(OrdersCustomBatchRequestEntryRefund refund)
refund
- refund or null
for nonepublic OrdersCustomBatchRequestEntryRejectReturnLineItem getRejectReturnLineItem()
null
for nonepublic OrdersCustomBatchRequestEntry setRejectReturnLineItem(OrdersCustomBatchRequestEntryRejectReturnLineItem rejectReturnLineItem)
rejectReturnLineItem
- rejectReturnLineItem or null
for nonepublic OrdersCustomBatchRequestEntryReturnLineItem getReturnLineItem()
null
for nonepublic OrdersCustomBatchRequestEntry setReturnLineItem(OrdersCustomBatchRequestEntryReturnLineItem returnLineItem)
returnLineItem
- returnLineItem or null
for nonepublic OrdersCustomBatchRequestEntryReturnRefundLineItem getReturnRefundLineItem()
null
for nonepublic OrdersCustomBatchRequestEntry setReturnRefundLineItem(OrdersCustomBatchRequestEntryReturnRefundLineItem returnRefundLineItem)
returnRefundLineItem
- returnRefundLineItem or null
for nonepublic OrdersCustomBatchRequestEntrySetLineItemMetadata getSetLineItemMetadata()
null
for nonepublic OrdersCustomBatchRequestEntry setSetLineItemMetadata(OrdersCustomBatchRequestEntrySetLineItemMetadata setLineItemMetadata)
setLineItemMetadata
- setLineItemMetadata or null
for nonepublic OrdersCustomBatchRequestEntryShipLineItems getShipLineItems()
null
for nonepublic OrdersCustomBatchRequestEntry setShipLineItems(OrdersCustomBatchRequestEntryShipLineItems shipLineItems)
shipLineItems
- shipLineItems or null
for nonepublic OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails getUpdateLineItemShippingDetails()
null
for nonepublic OrdersCustomBatchRequestEntry setUpdateLineItemShippingDetails(OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails updateLineItemShippingDetails)
updateLineItemShippingDetails
- updateLineItemShippingDetails or null
for nonepublic OrdersCustomBatchRequestEntryUpdateShipment getUpdateShipment()
null
for nonepublic OrdersCustomBatchRequestEntry setUpdateShipment(OrdersCustomBatchRequestEntryUpdateShipment updateShipment)
updateShipment
- updateShipment or null
for nonepublic OrdersCustomBatchRequestEntry set(String fieldName, Object value)
set
in class GenericJson
public OrdersCustomBatchRequestEntry clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.