| Package | Description |
|---|---|
| io.sphere.sdk.products |
Provides model classes and builders for products.
|
| io.sphere.sdk.products.attributes |
Provides model classes for product type attributes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProductVariant |
| Modifier and Type | Method and Description |
|---|---|
static AttributeContainer |
AttributeContainerDraft.of(AttributeDraft... attributeDrafts) |
static AttributeContainer |
AttributeContainer.of(List<Attribute> attributes) |
static AttributeContainer |
AttributeContainerDraft.of(List<AttributeDraft> attributeDrafts) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeAccess<AttributeContainer> |
AttributeAccess.ofNested() |
static AttributeAccess<Set<AttributeContainer>> |
AttributeAccess.ofNestedSet() |