Interface | Description |
---|---|
Attribute |
This type represents the value of an attribute of a product variant.
|
Attributes |
Attributes
|
BooleanAttribute |
This type represents an attribute whose value is either "true" or "false".
|
BooleanSetAttribute |
This type represents an attribute whose value is set of boolean values.
|
DateAttribute |
This type represents an attribute whose value is a date.
|
DateSetAttribute |
This type represents an attribute whose value is a set of dates.
|
DateTimeAttribute |
This type represents an attribute whose value is a date with time.
|
DateTimeSetAttribute |
This type represents an attribute whose value is a set of dates with time.
|
EnumAttribute |
This type represents an attribute whose value is an enum.
|
EnumSetAttribute |
This type represents an attribute whose value is an enum.
|
LocalizableEnumAttribute |
This type represents an attribute whose value is a localized enum.
|
LocalizableEnumSetAttribute |
This type represents an attribute whose value is a localized enum.
|
LocalizableTextAttribute |
This type represents an attribute whose value is a localized text.
|
LocalizableTextSetAttribute |
This type represents an attribute whose value is a localized text.
|
MoneyAttribute |
This type represents an attribute whose value is a money object.
|
MoneySetAttribute |
This type represents an attribute whose value is a set of money objects.
|
NumberAttribute |
This type represents an attribute whose value is a number.
|
NumberSetAttribute |
This type represents an attribute whose value is a set of numbers.
|
ProductVariantImport |
The data representation for a ProductVariant to be imported that is persisted as a ProductVariant in the Project.
|
ProductVariantPatch |
Representation for an update of a ProductVariant.
|
ReferenceAttribute |
This type represents an attribute whose value is a key reference.
|
ReferenceSetAttribute |
This type represents an attribute whose value is a set of references.
|
TextAttribute |
This type represents an attribute whose value is a string.
|
TextSetAttribute |
This type represents an attribute whose value is a set of strings.
|
TimeAttribute |
This type represents an attribute whose value is a time.
|
TimeSetAttribute |
This type represents an attribute whose value is a set of times.
|
Class | Description |
---|---|
AttributeBuilder |
AttributeBuilder
|
AttributeImpl |
This type represents the value of an attribute of a product variant.
|
AttributesBuilder |
AttributesBuilder
|
AttributesImpl |
Attributes
|
BooleanAttributeBuilder |
BooleanAttributeBuilder
|
BooleanAttributeImpl |
This type represents an attribute whose value is either "true" or "false".
|
BooleanSetAttributeBuilder |
BooleanSetAttributeBuilder
|
BooleanSetAttributeImpl |
This type represents an attribute whose value is set of boolean values.
|
DateAttributeBuilder |
DateAttributeBuilder
|
DateAttributeImpl |
This type represents an attribute whose value is a date.
|
DateSetAttributeBuilder |
DateSetAttributeBuilder
|
DateSetAttributeImpl |
This type represents an attribute whose value is a set of dates.
|
DateTimeAttributeBuilder |
DateTimeAttributeBuilder
|
DateTimeAttributeImpl |
This type represents an attribute whose value is a date with time.
|
DateTimeSetAttributeBuilder |
DateTimeSetAttributeBuilder
|
DateTimeSetAttributeImpl |
This type represents an attribute whose value is a set of dates with time.
|
EnumAttributeBuilder |
EnumAttributeBuilder
|
EnumAttributeImpl |
This type represents an attribute whose value is an enum.
|
EnumSetAttributeBuilder |
EnumSetAttributeBuilder
|
EnumSetAttributeImpl |
This type represents an attribute whose value is an enum.
|
LocalizableEnumAttributeBuilder |
LocalizableEnumAttributeBuilder
|
LocalizableEnumAttributeImpl |
This type represents an attribute whose value is a localized enum.
|
LocalizableEnumSetAttributeBuilder |
LocalizableEnumSetAttributeBuilder
|
LocalizableEnumSetAttributeImpl |
This type represents an attribute whose value is a localized enum.
|
LocalizableTextAttributeBuilder |
LocalizableTextAttributeBuilder
|
LocalizableTextAttributeImpl |
This type represents an attribute whose value is a localized text.
|
LocalizableTextSetAttributeBuilder |
LocalizableTextSetAttributeBuilder
|
LocalizableTextSetAttributeImpl |
This type represents an attribute whose value is a localized text.
|
MoneyAttributeBuilder |
MoneyAttributeBuilder
|
MoneyAttributeImpl |
This type represents an attribute whose value is a money object.
|
MoneySetAttributeBuilder |
MoneySetAttributeBuilder
|
MoneySetAttributeImpl |
This type represents an attribute whose value is a set of money objects.
|
NumberAttributeBuilder |
NumberAttributeBuilder
|
NumberAttributeImpl |
This type represents an attribute whose value is a number.
|
NumberSetAttributeBuilder |
NumberSetAttributeBuilder
|
NumberSetAttributeImpl |
This type represents an attribute whose value is a set of numbers.
|
ProductVariantImportBuilder |
ProductVariantImportBuilder
|
ProductVariantImportImpl |
The data representation for a ProductVariant to be imported that is persisted as a ProductVariant in the Project.
|
ProductVariantPatchBuilder |
ProductVariantPatchBuilder
|
ProductVariantPatchImpl |
Representation for an update of a ProductVariant.
|
ReferenceAttributeBuilder |
ReferenceAttributeBuilder
|
ReferenceAttributeImpl |
This type represents an attribute whose value is a key reference.
|
ReferenceSetAttributeBuilder |
ReferenceSetAttributeBuilder
|
ReferenceSetAttributeImpl |
This type represents an attribute whose value is a set of references.
|
TextAttributeBuilder |
TextAttributeBuilder
|
TextAttributeImpl |
This type represents an attribute whose value is a string.
|
TextSetAttributeBuilder |
TextSetAttributeBuilder
|
TextSetAttributeImpl |
This type represents an attribute whose value is a set of strings.
|
TimeAttributeBuilder |
TimeAttributeBuilder
|
TimeAttributeImpl |
This type represents an attribute whose value is a time.
|
TimeSetAttributeBuilder |
TimeSetAttributeBuilder
|
TimeSetAttributeImpl |
This type represents an attribute whose value is a set of times.
|