Interface ShoppingListSetDescriptionAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

public interface ShoppingListSetDescriptionAction extends ShoppingListUpdateAction
ShoppingListSetDescriptionAction
Example to create an instance using the builder pattern

     ShoppingListSetDescriptionAction shoppingListSetDescriptionAction = ShoppingListSetDescriptionAction.builder()
             .build()