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.setScheduledDeliveryDetails(OrderShipmentScheduledDeliveryDetails scheduledDeliveryDetails)
Delivery details of the shipment if scheduling is needed.
|
OrderShipment |
OrderShipment.setShipmentGroupId(String shipmentGroupId)
The shipment group ID of the shipment.
|
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–2023 Google. All rights reserved.