Package | Description |
---|---|
io.sphere.sdk.products.attributes |
Provides model classes for product type attributes.
|
io.sphere.sdk.producttypes |
Provides model classes and builders for product types.
|
io.sphere.sdk.producttypes.commands.updateactions |
Provides the possible operations which can be performed on update commands for product types.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeDefinitionDraftDsl
Dsl class for
AttributeDefinitionDraft . |
Modifier and Type | Method and Description |
---|---|
static AttributeDefinitionDraftDsl |
AttributeDefinitionDraftDsl.of(AttributeDefinitionDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static List<AttributeDefinitionDraft> |
ProductTypeDraft.copyAttributes(List<AttributeDefinition> templates) |
List<AttributeDefinitionDraft> |
ProductTypeDraftBuilder.getAttributes() |
List<AttributeDefinitionDraft> |
ProductTypeDraftDsl.getAttributes() |
List<AttributeDefinitionDraft> |
ProductTypeDraft.getAttributes() |
Modifier and Type | Method and Description |
---|---|
ProductTypeDraftBuilder |
ProductTypeDraftBuilder.plusAttributes(AttributeDefinitionDraft attributes)
Adds
attributes parameter to the attributes list property of this builder. |
Modifier and Type | Method and Description |
---|---|
ProductTypeDraftBuilder |
ProductTypeDraftBuilder.attributes(List<AttributeDefinitionDraft> attributes)
Sets the
attributes property of this builder. |
static ProductTypeDraftBuilder |
ProductTypeDraftBuilder.of(String key,
String name,
String description,
List<AttributeDefinitionDraft> attributes)
Creates a new object initialized with the given values.
|
static ProductTypeDraftDsl |
ProductTypeDraftDsl.of(String key,
String name,
String description,
List<AttributeDefinitionDraft> attributes)
Creates a new object initialized with the given values.
|
static ProductTypeDraft |
ProductTypeDraft.ofAttributeDefinitionDrafts(String key,
String name,
String description,
List<AttributeDefinitionDraft> attributes) |
ProductTypeDraftDsl |
ProductTypeDraftDsl.withAttributes(List<AttributeDefinitionDraft> attributes) |
Modifier and Type | Method and Description |
---|---|
AttributeDefinitionDraft |
AddAttributeDefinition.getAttribute() |
Modifier and Type | Method and Description |
---|---|
static AddAttributeDefinition |
AddAttributeDefinition.of(AttributeDefinitionDraft attributeDefinitionDraft) |