Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Method and Description |
---|---|
ShippingMethodState |
CartShippingInfo.getShippingMethodState() |
static ShippingMethodState |
ShippingMethodState.ofSphereValue(String value) |
static ShippingMethodState |
ShippingMethodState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShippingMethodState[] |
ShippingMethodState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ShippingMethodState |
ShippingInfoImportDraft.getShippingMethodState() |
ShippingMethodState |
ShippingInfoImportDraftBuilder.getShippingMethodState() |
ShippingMethodState |
ShippingInfoImportDraftDsl.getShippingMethodState() |
Modifier and Type | Method and Description |
---|---|
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.
|
static ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.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.shippingMethodState(ShippingMethodState shippingMethodState)
Sets the
shippingMethodState property of this builder. |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withShippingMethodState(ShippingMethodState shippingMethodState) |