Package | Description |
---|---|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
Modifier and Type | Method and Description |
---|---|
CartClassification |
CartClassificationBuilder.build()
Creates a new instance of
CartClassification with the values of this builder. |
Modifier and Type | Method and Description |
---|---|
static CartClassificationBuilder |
CartClassificationBuilder.of(CartClassification template)
Creates a new object initialized with the fields of the template parameter.
|