Class Restaurant


public class Restaurant extends RestaurantEntityApi
Represents a restaurant of the Api.
  • Constructor Details

  • Method Details

    • builder

      public static Restaurant.Builder builder()
    • getAddress

      public AddressEntityApi getAddress()
      The Address of the restaurant
    • getContact1

      public String getContact1()
      The second contact of the restaurant
    • getAvatar

      public Image getAvatar()
      The image/avatar of the restaurant
    • getBackgroundImage

      public Image getBackgroundImage()
      The background image of the restaurant
    • getParentRestaurant

      public RestaurantEntityApi getParentRestaurant()
      The parent restaurant
    • getCredential

      public CredentialEntityApi getCredential()
      The Credential of the restaurant
    • isVisible

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

      public void setAvatar(Image avatar)
      The image/avatar of the restaurant
    • setBackgroundImage

      public void setBackgroundImage(Image backgroundImage)
      The background image of the restaurant
    • setParentRestaurant

      public void setParentRestaurant(RestaurantEntityApi parentRestaurant)
      The parent restaurant