Interface MyShoppingListSetCustomTypeAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>

public interface MyShoppingListSetCustomTypeAction extends MyShoppingListUpdateAction
MyShoppingListSetCustomTypeAction
Example to create an instance using the builder pattern

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