Class MyCustomerSetCustomTypeActionBuilder

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

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

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