Package com.dzidzi.dto
Class RecentlyViewed
java.lang.Object
com.dzidzi.dto.RecentlyViewed
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RecentlyViewed.Builderbuilder()The recently viewed extra ids.getMenus()The recently viewed menu ids.The recently viewed restaurants.voidsetExtras(List<MenuExtraComposition> extras) The recently viewed extra ids.voidsetMenus(List<MenuExtraComposition> menus) The recently viewed menu ids.voidsetRestaurants(List<RestaurantEntityApi> restaurants) The recently viewed restaurants.
-
Method Details
-
builder
-
getMenus
The recently viewed menu ids. -
getExtras
The recently viewed extra ids. -
getRestaurants
The recently viewed restaurants. -
setMenus
The recently viewed menu ids. -
setExtras
The recently viewed extra ids. -
setRestaurants
The recently viewed restaurants.
-