Class MyCustomerSetSalutationActionBuilder

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

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

     MyCustomerSetSalutationAction myCustomerSetSalutationAction = MyCustomerSetSalutationAction.builder()
             .build()