Package | Description |
---|---|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Method and Description |
---|---|
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.deliveries(List<Delivery> deliveries)
Sets the
deliveries property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.discountedPrice(DiscountedLineItemPrice discountedPrice)
Sets the
discountedPrice property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftDsl.newBuilder()
Creates a new builder with the values of this object.
|
static ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.of(ShippingInfoImportDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.of(String shippingMethodName,
javax.money.MonetaryAmount price,
ShippingRate shippingRate,
TaxRate taxRate,
ResourceIdentifier<TaxCategory> taxCategory,
ResourceIdentifier<ShippingMethod> shippingMethod,
ShippingMethodState shippingMethodState,
List<Delivery> deliveries)
Creates a new object initialized with the given values.
|
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.plusDeliveries(Delivery deliveries)
Adds
deliveries parameter to the deliveries list property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.plusDeliveries(List<Delivery> deliveries)
Concatenate
deliveries parameter to the deliveries list property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.price(javax.money.MonetaryAmount price)
Sets the
price property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.shippingMethod(ResourceIdentifier<ShippingMethod> shippingMethod)
Sets the
shippingMethod property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.shippingMethodName(String shippingMethodName)
Sets the
shippingMethodName property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.shippingMethodState(ShippingMethodState shippingMethodState)
Sets the
shippingMethodState property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.shippingRate(ShippingRate shippingRate)
Sets the
shippingRate property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.taxCategory(ResourceIdentifier<TaxCategory> taxCategory)
Sets the
taxCategory property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.taxRate(TaxRate taxRate)
Sets the
taxRate property of this builder. |