| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ReturnShipment |
ReturnShipment.clone() |
ReturnShipment |
ReturnShipment.set(String fieldName,
Object value) |
ReturnShipment |
ReturnShipment.setCreationDate(String creationDate)
The date of creation of the shipment, in ISO 8601 format.
|
ReturnShipment |
ReturnShipment.setDeliveryDate(String deliveryDate)
The date of delivery of the shipment, in ISO 8601 format.
|
ReturnShipment |
ReturnShipment.setReturnMethodType(String returnMethodType)
Type of the return method.
|
ReturnShipment |
ReturnShipment.setShipmentId(String shipmentId)
Shipment ID generated by Google.
|
ReturnShipment |
ReturnShipment.setShipmentTrackingInfos(List<ShipmentTrackingInfo> shipmentTrackingInfos)
Tracking information of the shipment.
|
ReturnShipment |
ReturnShipment.setShippingDate(String shippingDate)
The date of shipping of the shipment, in ISO 8601 format.
|
ReturnShipment |
ReturnShipment.setState(String state)
State of the shipment.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReturnShipment> |
MerchantOrderReturn.getReturnShipments()
Shipments of the return.
|
| Modifier and Type | Method and Description |
|---|---|
MerchantOrderReturn |
MerchantOrderReturn.setReturnShipments(List<ReturnShipment> returnShipments)
Shipments of the return.
|
Copyright © 2011–2023 Google. All rights reserved.