Package com.dzidzi.dto.customerReview
Class AddCustomerReviewRequest.Builder
java.lang.Object
com.dzidzi.dto.customerReview.AddCustomerReviewRequest.Builder
- Enclosing class:
AddCustomerReviewRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The comment you'd like to addThe id of the courier that the user wants to reviewThe rating for the restaurant/courierrestaurant(UUID restaurant) The id of the restaurant that the user wants to reviewtoString()
-
Method Details
-
restaurant
The id of the restaurant that the user wants to review- Returns:
this.
-
courier
The id of the courier that the user wants to review- Returns:
this.
-
rating
The rating for the restaurant/courier- Returns:
this.
-
comment
The comment you'd like to add- Returns:
this.
-
build
-
toString
-