Class CustomerSetExternalIdActionBuilder

java.lang.Object
com.commercetools.api.models.customer.CustomerSetExternalIdActionBuilder
All Implemented Interfaces:
Builder<CustomerSetExternalIdAction>

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

     CustomerSetExternalIdAction customerSetExternalIdAction = CustomerSetExternalIdAction.builder()
             .build()
 
  • Constructor Details

    • CustomerSetExternalIdActionBuilder

      public CustomerSetExternalIdActionBuilder()
  • Method Details