Package com.commercetools.importapi.models.productvariants
package com.commercetools.importapi.models.productvariants
-
ClassDescriptionThis type represents the value of an attribute of a product variant.AttributeBuilderAttributes Example to create an instance using the builder patternAttributesBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is either "true" or "false".BooleanAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is set of boolean values.BooleanSetAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a date.DateAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a set of dates.DateSetAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a date with time.DateTimeAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a set of dates with time.DateTimeSetAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is an enum.EnumAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is an enum.EnumSetAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a localized enum.LocalizableEnumAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a localized enum.LocalizableEnumSetAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a localized text.LocalizableTextAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a localized text.LocalizableTextSetAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a money object.MoneyAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a set of money objects.MoneySetAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a number.NumberAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a set of numbers.NumberSetAttributeBuilder Example to create an instance using the builder patternThe data representation for a ProductVariant to be imported that is persisted as a ProductVariant in the Project.ProductVariantImportBuilder Example to create an instance using the builder patternRepresentation for an update of a ProductVariant.ProductVariantPatchBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a key reference.ReferenceAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a set of references.ReferenceSetAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a string.TextAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a set of strings.TextSetAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a time.TimeAttributeBuilder Example to create an instance using the builder patternThis type represents an attribute whose value is a set of times.TimeSetAttributeBuilder Example to create an instance using the builder pattern