| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
OrderShipment |
OrderShipment.clone() |
OrderShipment |
OrderShipment.set(String fieldName,
Object value) |
OrderShipment |
OrderShipment.setCarrier(String carrier)
The carrier handling the shipment.
|
OrderShipment |
OrderShipment.setCreationDate(String creationDate)
Date on which the shipment has been created, in ISO 8601 format.
|
OrderShipment |
OrderShipment.setDeliveryDate(String deliveryDate)
Date on which the shipment has been delivered, in ISO 8601 format.
|
OrderShipment |
OrderShipment.setId(String id)
The id of the shipment.
|
OrderShipment |
OrderShipment.setLineItems(List<OrderShipmentLineItemShipment> lineItems)
The line items that are shipped.
|
OrderShipment |
OrderShipment.setStatus(String status)
The status of the shipment.
|
OrderShipment |
OrderShipment.setTrackingId(String trackingId)
The tracking id for the shipment.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderShipment> |
Order.getShipments()
Shipments of the order.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.setShipments(List<OrderShipment> shipments)
Shipments of the order.
|
Copyright © 2011–2019 Google. All rights reserved.