Package | Description |
---|---|
io.sphere.sdk.projects |
Provides models for the project endpoint.
|
Modifier and Type | Method and Description |
---|---|
CartClassificationDraftDsl |
CartClassificationDraftBuilder.build()
Creates a new instance of
CartClassificationDraftDsl with the values of this builder. |
static CartClassificationDraftDsl |
CartClassificationDraftDsl.of(CartClassificationDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static CartClassificationDraftDsl |
CartClassificationDraftDsl.of(Set<LocalizedEnumValue> values)
Creates a new object initialized with the given values.
|
CartClassificationDraftDsl |
CartClassificationDraftDsl.withValues(Set<LocalizedEnumValue> values) |