Class AttributeBooleanTypeBuilder

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

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

     AttributeBooleanType attributeBooleanType = AttributeBooleanType.builder()
             .build()