Class AttributeReferenceTypeBuilder

java.lang.Object
com.commercetools.importapi.models.producttypes.AttributeReferenceTypeBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<AttributeReferenceType>

public class AttributeReferenceTypeBuilder extends Object implements io.vrap.rmf.base.client.Builder<AttributeReferenceType>
AttributeReferenceTypeBuilder
Example to create an instance using the builder pattern

     AttributeReferenceType attributeReferenceType = AttributeReferenceType.builder()
             .referenceTypeId(ReferenceType.CART)
             .build()