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()
 
  • Constructor Details

    • AttributeBooleanTypeBuilder

      public AttributeBooleanTypeBuilder()
  • Method Details

    • build

      public AttributeBooleanType build()
      builds AttributeBooleanType with checking for non-null required values
      Specified by:
      build in interface io.vrap.rmf.base.client.Builder<AttributeBooleanType>
      Returns:
      AttributeBooleanType
    • buildUnchecked

      public AttributeBooleanType buildUnchecked()
      builds AttributeBooleanType without checking for non-null required values
      Returns:
      AttributeBooleanType
    • of

      public static AttributeBooleanTypeBuilder of()
      factory method for an instance of AttributeBooleanTypeBuilder
      Returns:
      builder
    • of

      create builder for AttributeBooleanType instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder