Package | Description |
---|---|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
Modifier and Type | Method and Description |
---|---|
static SetShippingMethod |
SetShippingMethod.of(ResourceIdentifier<ShippingMethod> shippingMethod) |
static SetShippingMethod |
SetShippingMethod.ofId(String shippingMethodId) |
static SetShippingMethod |
SetShippingMethod.ofReferencable(Referenceable<ShippingMethod> shippingMethod)
Deprecated.
|
static SetShippingMethod |
SetShippingMethod.ofRemove() |