Class CustomerSetLocaleActionBuilder

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

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

     CustomerSetLocaleAction customerSetLocaleAction = CustomerSetLocaleAction.builder()
             .build()
 
  • Constructor Details

    • CustomerSetLocaleActionBuilder

      public CustomerSetLocaleActionBuilder()
  • Method Details