Uses of Class
travel.wink.sdk.inventory.model.RestaurantConsumer
Packages that use RestaurantConsumer
-
Uses of RestaurantConsumer in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return RestaurantConsumerModifier and TypeMethodDescriptionRestaurantConsumer.addAmenitiesItem(String amenitiesItem) RestaurantConsumer.addCuisineCodesItem(String cuisineCodesItem) RestaurantConsumer.addDescriptionsItem(SimpleDescriptionConsumer descriptionsItem) RestaurantConsumer.addDisabilityFeaturesItem(String disabilityFeaturesItem) RestaurantConsumer.addInfoCodesItem(String infoCodesItem) RestaurantConsumer.addMultimediasItem(SimpleMultimediaConsumer multimediasItem) RestaurantConsumer.addRecognitionListItem(TravelInventoryRecognitionConsumer recognitionListItem) RestaurantConsumer.address(AddressConsumer address) RestaurantConsumer.addSecurityFeaturesItem(String securityFeaturesItem) RestaurantConsumer.addSocialsItem(SocialConsumer socialsItem) RestaurantConsumer.applicableEnd(LocalDate applicableEnd) RestaurantConsumer.applicableStart(LocalDate applicableStart) RestaurantConsumer.commissionable(Boolean commissionable) RestaurantConsumer.contact(ContactConsumer contact) RestaurantConsumer.cuisineCodes(List<String> cuisineCodes) RestaurantConsumer.daysOfWeek(DowPatternGroupConsumer daysOfWeek) RestaurantConsumer.descriptions(List<SimpleDescriptionConsumer> descriptions) RestaurantConsumer.disabilityFeatures(List<String> disabilityFeatures) RestaurantConsumer.featuredInd(Boolean featuredInd) @Valid RestaurantConsumerRestaurantLocalizedInventoryConsumer.getRestaurant()Get restaurantRestaurantConsumer.hotelIdentifier(UUID hotelIdentifier) RestaurantConsumer.identifier(UUID identifier) RestaurantConsumer.lifestyleType(RestaurantConsumer.LifestyleTypeEnum lifestyleType) RestaurantConsumer.location(GeoJsonPointConsumer location) RestaurantConsumer.maxSeatingCapacity(Integer maxSeatingCapacity) RestaurantConsumer.maxSingleParty(Integer maxSingleParty) RestaurantConsumer.minAgeAppropriateCode(String minAgeAppropriateCode) RestaurantConsumer.multimedias(List<SimpleMultimediaConsumer> multimedias) RestaurantConsumer.offerBreakfast(Boolean offerBreakfast) RestaurantConsumer.offerBrunch(Boolean offerBrunch) RestaurantConsumer.offerDinner(Boolean offerDinner) RestaurantConsumer.offerLunch(Boolean offerLunch) RestaurantConsumer.pricePoint(RestaurantConsumer.PricePointEnum pricePoint) RestaurantConsumer.proximityCode(String proximityCode) RestaurantConsumer.recognitionList(List<TravelInventoryRecognitionConsumer> recognitionList) RestaurantConsumer.reservationRequiredInd(Boolean reservationRequiredInd) RestaurantConsumer.securityFeatures(List<String> securityFeatures) RestaurantConsumer.socials(List<SocialConsumer> socials) Methods in travel.wink.sdk.inventory.model with parameters of type RestaurantConsumerModifier and TypeMethodDescriptionRestaurantLocalizedInventoryConsumer.restaurant(RestaurantConsumer restaurant) voidRestaurantLocalizedInventoryConsumer.setRestaurant(RestaurantConsumer restaurant)