Class MyCustomerSetLocaleActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyCustomerSetLocaleActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MyCustomerSetLocaleAction>

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

     MyCustomerSetLocaleAction myCustomerSetLocaleAction = MyCustomerSetLocaleAction.builder()
             .build()