| Package | Description |
|---|---|
| io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
| io.sphere.sdk.products.attributes |
Provides model classes for product type attributes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeImportDraft> |
ProductVariantImportDraft.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ProductVariantImportDraftBuilder |
ProductVariantImportDraftBuilder.attributes(AttributeImportDraft... attributes) |
| Modifier and Type | Method and Description |
|---|---|
ProductVariantImportDraftBuilder |
ProductVariantImportDraftBuilder.attributes(List<AttributeImportDraft> attributes) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeImportDraft |
AttributeImportDraft.of(String name,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
static <T> AttributeImportDraft |
AttributeImportDraft.of(String name,
T value) |