Uses of Class
travel.wink.sdk.extranet.model.RestaurantSupplier
Packages that use RestaurantSupplier
-
Uses of RestaurantSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RestaurantSupplierModifier and TypeMethodDescriptionRestaurantSupplier.addAmenitiesItem(String amenitiesItem) RestaurantSupplier.addCuisineCodesItem(String cuisineCodesItem) RestaurantSupplier.addDescriptionsItem(SimpleDescriptionSupplier descriptionsItem) RestaurantSupplier.addDisabilityFeaturesItem(String disabilityFeaturesItem) RestaurantSupplier.addInfoCodesItem(String infoCodesItem) RestaurantSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) RestaurantSupplier.addRecognitionListItem(TravelInventoryRecognitionSupplier recognitionListItem) RestaurantSupplier.address(AddressSupplier address) RestaurantSupplier.addSecurityFeaturesItem(String securityFeaturesItem) RestaurantSupplier.addSocialsItem(SocialSupplier socialsItem) RestaurantSupplier.addTransactionalInventoryListItem(TransactionalTravelInventorySupplier transactionalInventoryListItem) RestaurantSupplier.applicableEnd(LocalDate applicableEnd) RestaurantSupplier.applicableStart(LocalDate applicableStart) RestaurantSupplier.commissionable(Boolean commissionable) RestaurantSupplier.contact(ContactSupplier contact) RestaurantSupplier.cuisineCodes(List<String> cuisineCodes) RestaurantSupplier.daysOfWeek(DowPatternGroupSupplier daysOfWeek) RestaurantSupplier.descriptions(List<SimpleDescriptionSupplier> descriptions) RestaurantSupplier.disabilityFeatures(List<String> disabilityFeatures) RestaurantSupplier.featuredInd(Boolean featuredInd) @Valid RestaurantSupplierRestaurantViewSupplier.getRestaurant()Get restaurantRestaurantSupplier.hotelIdentifier(UUID hotelIdentifier) RestaurantSupplier.identifier(UUID identifier) RestaurantSupplier.lifestyleType(RestaurantSupplier.LifestyleTypeEnum lifestyleType) RestaurantSupplier.location(GeoJsonPointSupplier location) RestaurantSupplier.maxSeatingCapacity(Integer maxSeatingCapacity) RestaurantSupplier.maxSingleParty(Integer maxSingleParty) RestaurantSupplier.minAgeAppropriateCode(String minAgeAppropriateCode) RestaurantSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) RestaurantSupplier.offerBreakfast(Boolean offerBreakfast) RestaurantSupplier.offerBrunch(Boolean offerBrunch) RestaurantSupplier.offerDinner(Boolean offerDinner) RestaurantSupplier.offerLunch(Boolean offerLunch) RestaurantSupplier.pricePoint(RestaurantSupplier.PricePointEnum pricePoint) RestaurantSupplier.proximityCode(String proximityCode) RestaurantSupplier.recognitionList(List<TravelInventoryRecognitionSupplier> recognitionList) RestaurantSupplier.reservationRequiredInd(Boolean reservationRequiredInd) RestaurantSupplier.securityFeatures(List<String> securityFeatures) RestaurantSupplier.socials(List<SocialSupplier> socials) RestaurantSupplier.transactionalInventoryList(List<TransactionalTravelInventorySupplier> transactionalInventoryList) Methods in travel.wink.sdk.extranet.model with parameters of type RestaurantSupplierModifier and TypeMethodDescriptionRestaurantViewSupplier.restaurant(RestaurantSupplier restaurant) voidRestaurantViewSupplier.setRestaurant(RestaurantSupplier restaurant)