Class MyShoppingListSetCustomTypeActionBuilder

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

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

     MyShoppingListSetCustomTypeAction myShoppingListSetCustomTypeAction = MyShoppingListSetCustomTypeAction.builder()
             .build()