Interface ShoppingListSetDeleteDaysAfterLastModificationAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

public interface ShoppingListSetDeleteDaysAfterLastModificationAction extends ShoppingListUpdateAction

Number of days after the last modification before a Shopping List is deleted.


Example to create an instance using the builder pattern

     ShoppingListSetDeleteDaysAfterLastModificationAction shoppingListSetDeleteDaysAfterLastModificationAction = ShoppingListSetDeleteDaysAfterLastModificationAction.builder()
             .build()