Class AttributeBooleanTypeBuilder

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

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

     AttributeBooleanType attributeBooleanType = AttributeBooleanType.builder()
             .build()
 
  • Constructor Details

    • AttributeBooleanTypeBuilder

      public AttributeBooleanTypeBuilder()
  • Method Details