Class MyCustomerSetLocaleActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyCustomerSetLocaleActionBuilder
All Implemented Interfaces:
Builder<MyCustomerSetLocaleAction>

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

     MyCustomerSetLocaleAction myCustomerSetLocaleAction = MyCustomerSetLocaleAction.builder()
             .build()
 
  • Constructor Details

    • MyCustomerSetLocaleActionBuilder

      public MyCustomerSetLocaleActionBuilder()
  • Method Details