Class Menu


public class Menu extends MenuExtraComposition
Represents a menu item of the Api.
  • Constructor Details

  • Method Details

    • builder

      public static Menu.Builder builder()
    • getDescription

      public String getDescription()
      The description of the menu item
    • getRestaurant

      public RestaurantEntityApi getRestaurant()
      The Restaurant who owns this menu
    • getImage

      public Image getImage()
      The image of the menu item
    • getCategory

      public MenuCategory getCategory()
      The MenuCategory this menu falls under
    • isVisible

      public boolean isVisible()
      A flag to disable menu from showing to users
    • setDescription

      public void setDescription(String description)
      The description of the menu item