| Package | Description |
|---|---|
| io.sphere.sdk.taxcategories |
Provides model classes and builders for tax categories.
|
| io.sphere.sdk.taxcategories.commands |
Provides types to change the state of tax categories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaxCategoryDraftDsl
Dsl class for
TaxCategoryDraft. |
| Modifier and Type | Method and Description |
|---|---|
static TaxCategoryDraft |
TaxCategoryDraft.of(String name,
List<TaxRateDraft> taxRates) |
static TaxCategoryDraft |
TaxCategoryDraft.of(String name,
List<TaxRateDraft> taxRates,
String description) |
| Modifier and Type | Method and Description |
|---|---|
static TaxCategoryDraftBuilder |
TaxCategoryDraftBuilder.of(TaxCategoryDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static TaxCategoryDraftDsl |
TaxCategoryDraftDsl.of(TaxCategoryDraft template)
Creates a new object initialized with the fields of the template parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static TaxCategoryCreateCommand |
TaxCategoryCreateCommand.of(TaxCategoryDraft draft)
Creates a command object to create a
TaxCategory. |