Package com.dzidzi.dto.restaurant
Class Restaurant.Builder
java.lang.Object
com.dzidzi.dto.restaurant.Restaurant.Builder
- Enclosing class:
Restaurant
-
Method Summary
Modifier and TypeMethodDescriptionaddress(AddressEntityApi address) averageRating(float averageRating) backgroundImage(Image backgroundImage) build()credential(CredentialEntityApi credential) parentRestaurant(RestaurantEntityApi parentRestaurant) toString()visible(boolean visible)
-
Method Details
-
id
- Returns:
this.
-
name
- Returns:
this.
-
bio
- Returns:
this.
-
contact
- Returns:
this.
-
contact1
- Returns:
this.
-
averageRating
- Returns:
this.
-
visible
- Returns:
this.
-
address
- Returns:
this.
-
avatar
- Returns:
this.
-
backgroundImage
- Returns:
this.
-
credential
- Returns:
this.
-
parentRestaurant
- Returns:
this.
-
build
-
toString
-