Interface MyShoppingListSetCustomTypeAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>
All Known Implementing Classes:
MyShoppingListSetCustomTypeActionImpl

MyShoppingListSetCustomTypeAction
Example to create an instance using the builder pattern

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