Interface ShoppingListUpdate

All Superinterfaces:
ResourceUpdate<ShoppingListUpdate,ShoppingListUpdateAction,ShoppingListUpdateBuilder>
All Known Implementing Classes:
ShoppingListUpdateImpl

ShoppingListUpdate
Example to create an instance using the builder pattern

     ShoppingListUpdate shoppingListUpdate = ShoppingListUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()