Class AttributeReferenceTypeBuilder

java.lang.Object
com.commercetools.api.models.product_type.AttributeReferenceTypeBuilder
All Implemented Interfaces:
Builder<AttributeReferenceType>

public class AttributeReferenceTypeBuilder extends Object implements Builder<AttributeReferenceType>
AttributeReferenceTypeBuilder
Example to create an instance using the builder pattern

     AttributeReferenceType attributeReferenceType = AttributeReferenceType.builder()
             .referenceTypeId(AttributeReferenceTypeId.ASSOCIATE_ROLE)
             .build()
 
  • Constructor Details

    • AttributeReferenceTypeBuilder

      public AttributeReferenceTypeBuilder()
  • Method Details