Class MyCustomerSetCustomTypeActionBuilder

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

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

     MyCustomerSetCustomTypeAction myCustomerSetCustomTypeAction = MyCustomerSetCustomTypeAction.builder()
             .build()