Class CustomerGroupKeyReferenceBuilder

java.lang.Object
com.commercetools.importapi.models.common.CustomerGroupKeyReferenceBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CustomerGroupKeyReference>

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

     CustomerGroupKeyReference customerGroupKeyReference = CustomerGroupKeyReference.builder()
             .key("{key}")
             .build()
 
  • Constructor Details

    • CustomerGroupKeyReferenceBuilder

      public CustomerGroupKeyReferenceBuilder()
  • Method Details