Package com.dzidzi.dto.menu
Class ChangeMenuRequest.Builder
java.lang.Object
com.dzidzi.dto.menu.ChangeMenuRequest.Builder
- Enclosing class:
ChangeMenuRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) The new description of the menuThe id of the menuimage(org.springframework.web.multipart.MultipartFile image) The new image of the menuThe new name of the menuprice(BigDecimal price) The new price of the menutoString()
-
Method Details