Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails |
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails.clone() |
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails |
OrdersCustomBatchRequestEntry.getUpdateLineItemShippingDetails()
Required for `updateLineItemShippingDate` method.
|
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails |
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails.set(String fieldName,
Object value) |
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails |
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails.setDeliverByDate(String deliverByDate)
Updated delivery by date, in ISO 8601 format.
|
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails |
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails.setLineItemId(String lineItemId)
The ID of the line item to set metadata.
|
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails |
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails.setProductId(String productId)
The ID of the product to set metadata.
|
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails |
OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails.setShipByDate(String shipByDate)
Updated ship by date, in ISO 8601 format.
|
Modifier and Type | Method and Description |
---|---|
OrdersCustomBatchRequestEntry |
OrdersCustomBatchRequestEntry.setUpdateLineItemShippingDetails(OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails updateLineItemShippingDetails)
Required for `updateLineItemShippingDate` method.
|
Copyright © 2011–2021 Google. All rights reserved.