Package com.commercetools.importapi.models.customfields
package com.commercetools.importapi.models.customfields
-
ClassDescriptionA field with a boolean value.BooleanFieldBuilder Example to create an instance using the builder patternA field with a boolean set value.BooleanSetFieldBuilder Example to create an instance using the builder patternThe representation to be sent to the server when creating a resource with Custom Fields.CustomBuilder Example to create an instance using the builder patternProvides the value for a Custom Field of a specific type.CustomFieldBuilderA field with a date value.DateFieldBuilder Example to create an instance using the builder patternA field with a date set value.DateSetFieldBuilder Example to create an instance using the builder patternA field with a date time value.DateTimeFieldBuilder Example to create an instance using the builder patternA field with a date time set value.DateTimeSetFieldBuilder Example to create an instance using the builder patternA field with an enum value.EnumFieldBuilder Example to create an instance using the builder patternA field with an enum set value.EnumSetFieldBuilder Example to create an instance using the builder patternMaps the Custom Field names to actual values.FieldContainerBuilder Example to create an instance using the builder patternA field with a localized enum value.LocalizedEnumFieldBuilder Example to create an instance using the builder patternA field with a localized enum set value.LocalizedEnumSetFieldBuilder Example to create an instance using the builder patternA field with a localized string value.LocalizedStringFieldBuilder Example to create an instance using the builder patternA field with a localized string set value.LocalizedStringSetFieldBuilder Example to create an instance using the builder patternA field with a money value.MoneyFieldBuilder Example to create an instance using the builder patternA field with a money set value.MoneySetFieldBuilder Example to create an instance using the builder patternA field with a number value.NumberFieldBuilder Example to create an instance using the builder patternA field with a number value.NumberSetFieldBuilder Example to create an instance using the builder patternA field with a reference value.ReferenceFieldBuilder Example to create an instance using the builder patternA field with a reference set value.ReferenceSetFieldBuilder Example to create an instance using the builder patternA field with a string value.StringFieldBuilder Example to create an instance using the builder patternA field with a string set value.StringSetFieldBuilder Example to create an instance using the builder patternA field with a time value.TimeFieldBuilder Example to create an instance using the builder patternA field with a time set value.TimeSetFieldBuilder Example to create an instance using the builder pattern