Interface ShoppingListUpdate

All Superinterfaces:
ResourceUpdate<ShoppingListUpdate,ShoppingListUpdateAction,ShoppingListUpdateBuilder>

ShoppingListUpdate
Example to create an instance using the builder pattern

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