Package | Description |
---|---|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
Modifier and Type | Method and Description |
---|---|
CartClassificationBuilder |
CartClassificationBuilder.isMatching(Boolean matching)
Sets the
matching property of this builder. |
CartClassificationBuilder |
CartClassificationBuilder.matching(Boolean matching)
Sets the
matching property of this builder. |
static CartClassificationBuilder |
CartClassificationBuilder.of(CartClassification template)
Creates a new object initialized with the fields of the template parameter.
|
static CartClassificationBuilder |
CartClassificationBuilder.of(String value,
javax.money.MonetaryAmount price)
Creates a new object initialized with the given values.
|
CartClassificationBuilder |
CartClassificationBuilder.price(javax.money.MonetaryAmount price)
Sets the
price property of this builder. |
CartClassificationBuilder |
CartClassificationBuilder.type(String type)
Sets the
type property of this builder. |
CartClassificationBuilder |
CartClassificationBuilder.value(String value)
Sets the
value property of this builder. |