Interface MyShoppingListUpdate

All Superinterfaces:
ResourceUpdate<MyShoppingListUpdate,MyShoppingListUpdateAction,MyShoppingListUpdateBuilder>

MyShoppingListUpdate
Example to create an instance using the builder pattern

     MyShoppingListUpdate myShoppingListUpdate = MyShoppingListUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()