| Package | Description |
|---|---|
| io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
| io.sphere.sdk.orders.commands.updateactions |
Provides the possible operations which can be performed on update commands for orders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParcelDraftDsl
Dsl class for
ParcelDraft. |
| Modifier and Type | Method and Description |
|---|---|
static ParcelDraft |
ParcelDraft.of(ParcelMeasurements measurements) |
static ParcelDraft |
ParcelDraft.of(ParcelMeasurements measurements,
TrackingData trackingData) |
static ParcelDraft |
ParcelDraft.of(TrackingData trackingData) |
static ParcelDraft |
ParcelDraft.of(TrackingData trackingData,
List<DeliveryItem> deliveryItems) |
static ParcelDraft |
ParcelDraft.of(TrackingData trackingData,
List<DeliveryItem> deliveryItems,
CustomFieldsDraft custom) |
| Modifier and Type | Method and Description |
|---|---|
static ParcelDraftBuilder |
ParcelDraftBuilder.of(ParcelDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ParcelDraftDsl |
ParcelDraftDsl.of(ParcelDraft template)
Creates a new object initialized with the fields of the template parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParcelDraft> |
AddDelivery.getParcels() |
| Modifier and Type | Method and Description |
|---|---|
static AddParcelToDelivery |
AddParcelToDelivery.of(Delivery delivery,
ParcelDraft parcelDraft) |
static AddParcelToDelivery |
AddParcelToDelivery.of(Delivery delivery,
ParcelDraft parcelDraft,
List<DeliveryItem> items) |
static AddParcelToDelivery |
AddParcelToDelivery.of(String deliveryId,
ParcelDraft parcelDraft) |
static AddParcelToDelivery |
AddParcelToDelivery.of(String deliveryId,
ParcelDraft parcelDraft,
List<DeliveryItem> items) |
| Modifier and Type | Method and Description |
|---|---|
static AddDelivery |
AddDelivery.of(List<DeliveryItem> items,
List<ParcelDraft> parcels) |