Package | Description |
---|---|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Method and Description |
---|---|
ReturnInfoDraftDsl |
ReturnInfoDraftBuilder.build()
Creates a new instance of
ReturnInfoDraftDsl with the values of this builder. |
static ReturnInfoDraftDsl |
ReturnInfoDraftDsl.of()
Creates a new object initialized with the given values.
|
static ReturnInfoDraftDsl |
ReturnInfoDraftDsl.of(ReturnInfoDraft template)
Creates a new object initialized with the fields of the template parameter.
|
ReturnInfoDraftDsl |
ReturnInfoDraftDsl.withItems(List<ReturnItemDraft> items) |
ReturnInfoDraftDsl |
ReturnInfoDraftDsl.withReturnDate(ZonedDateTime returnDate) |
ReturnInfoDraftDsl |
ReturnInfoDraftDsl.withReturnTrackingId(String returnTrackingId) |