public final class OrdersUpdateLineItemShippingDetailsRequest
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 |
|---|
OrdersUpdateLineItemShippingDetailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
OrdersUpdateLineItemShippingDetailsRequest |
clone() |
String |
getDeliverByDate()
Updated delivery by date, in ISO 8601 format.
|
String |
getLineItemId()
The ID of the line item to set metadata.
|
String |
getOperationId()
The ID of the operation.
|
String |
getProductId()
The ID of the product to set metadata.
|
String |
getShipByDate()
Updated ship by date, in ISO 8601 format.
|
OrdersUpdateLineItemShippingDetailsRequest |
set(String fieldName,
Object value) |
OrdersUpdateLineItemShippingDetailsRequest |
setDeliverByDate(String deliverByDate)
Updated delivery by date, in ISO 8601 format.
|
OrdersUpdateLineItemShippingDetailsRequest |
setLineItemId(String lineItemId)
The ID of the line item to set metadata.
|
OrdersUpdateLineItemShippingDetailsRequest |
setOperationId(String operationId)
The ID of the operation.
|
OrdersUpdateLineItemShippingDetailsRequest |
setProductId(String productId)
The ID of the product to set metadata.
|
OrdersUpdateLineItemShippingDetailsRequest |
setShipByDate(String shipByDate)
Updated ship by date, in ISO 8601 format.
|
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 OrdersUpdateLineItemShippingDetailsRequest()
public String getDeliverByDate()
null for nonepublic OrdersUpdateLineItemShippingDetailsRequest setDeliverByDate(String deliverByDate)
deliverByDate - deliverByDate or null for nonepublic String getLineItemId()
null for nonepublic OrdersUpdateLineItemShippingDetailsRequest setLineItemId(String lineItemId)
lineItemId - lineItemId or null for nonepublic String getOperationId()
null for nonepublic OrdersUpdateLineItemShippingDetailsRequest setOperationId(String operationId)
operationId - operationId or null for nonepublic String getProductId()
null for nonepublic OrdersUpdateLineItemShippingDetailsRequest setProductId(String productId)
productId - productId or null for nonepublic String getShipByDate()
null for nonepublic OrdersUpdateLineItemShippingDetailsRequest setShipByDate(String shipByDate)
shipByDate - shipByDate or null for nonepublic OrdersUpdateLineItemShippingDetailsRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OrdersUpdateLineItemShippingDetailsRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.