Uses of Class
travel.wink.sdk.extranet.model.UpsertRestaurantRequestSupplier
Packages that use UpsertRestaurantRequestSupplier
-
Uses of UpsertRestaurantRequestSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpsertRestaurantRequestSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RestaurantViewSupplier>RestaurantApi.createRestaurant(String hotelIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) Create Restaurant Create a new restaurantreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantViewSupplier>>RestaurantApi.createRestaurantWithHttpInfo(String hotelIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) reactor.core.publisher.Mono<RestaurantViewSupplier>RestaurantApi.updateRestaurant(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) Update Restaurant Update a restaurant by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantViewSupplier>>RestaurantApi.updateRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) -
Uses of UpsertRestaurantRequestSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertRestaurantRequestSupplierModifier and TypeMethodDescriptionUpsertRestaurantRequestSupplier.addAmenitiesItem(String amenitiesItem) UpsertRestaurantRequestSupplier.addCuisineCodesItem(String cuisineCodesItem) UpsertRestaurantRequestSupplier.addDescriptionsItem(SimpleDescriptionSupplier descriptionsItem) UpsertRestaurantRequestSupplier.addDisabilityFeaturesItem(String disabilityFeaturesItem) UpsertRestaurantRequestSupplier.addInfoCodesItem(String infoCodesItem) UpsertRestaurantRequestSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) UpsertRestaurantRequestSupplier.addRecognitionListItem(TravelInventoryRecognitionSupplier recognitionListItem) UpsertRestaurantRequestSupplier.address(UpsertAddressRequestSupplier address) UpsertRestaurantRequestSupplier.addSecurityFeaturesItem(String securityFeaturesItem) UpsertRestaurantRequestSupplier.addSocialsItem(SocialSupplier socialsItem) UpsertRestaurantRequestSupplier.addTransactionalInventoryListItem(TransactionalTravelInventorySupplier transactionalInventoryListItem) UpsertRestaurantRequestSupplier.addTransactionInventoryListItem(TransactionalTravelInventorySupplier transactionInventoryListItem) UpsertRestaurantRequestSupplier.applicableEnd(LocalDate applicableEnd) UpsertRestaurantRequestSupplier.applicableStart(LocalDate applicableStart) UpsertRestaurantRequestSupplier.commissionable(Boolean commissionable) UpsertRestaurantRequestSupplier.contact(ContactSupplier contact) UpsertRestaurantRequestSupplier.cuisineCodes(List<String> cuisineCodes) UpsertRestaurantRequestSupplier.daysOfWeek(DowPatternGroupSupplier daysOfWeek) UpsertRestaurantRequestSupplier.descriptions(List<SimpleDescriptionSupplier> descriptions) UpsertRestaurantRequestSupplier.disabilityFeatures(List<String> disabilityFeatures) UpsertRestaurantRequestSupplier.featuredInd(Boolean featuredInd) UpsertRestaurantRequestSupplier.lifestyleType(UpsertRestaurantRequestSupplier.LifestyleTypeEnum lifestyleType) UpsertRestaurantRequestSupplier.location(GeoJsonPointSupplier location) UpsertRestaurantRequestSupplier.maxSeatingCapacity(Integer maxSeatingCapacity) UpsertRestaurantRequestSupplier.maxSingleParty(Integer maxSingleParty) UpsertRestaurantRequestSupplier.minAgeAppropriateCode(String minAgeAppropriateCode) UpsertRestaurantRequestSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) UpsertRestaurantRequestSupplier.offerBreakfast(Boolean offerBreakfast) UpsertRestaurantRequestSupplier.offerBrunch(Boolean offerBrunch) UpsertRestaurantRequestSupplier.offerDinner(Boolean offerDinner) UpsertRestaurantRequestSupplier.offerLunch(Boolean offerLunch) UpsertRestaurantRequestSupplier.pricePoint(UpsertRestaurantRequestSupplier.PricePointEnum pricePoint) UpsertRestaurantRequestSupplier.proximityCode(String proximityCode) UpsertRestaurantRequestSupplier.recognitionList(List<TravelInventoryRecognitionSupplier> recognitionList) UpsertRestaurantRequestSupplier.reservationRequiredInd(Boolean reservationRequiredInd) UpsertRestaurantRequestSupplier.securityFeatures(List<String> securityFeatures) UpsertRestaurantRequestSupplier.socials(List<SocialSupplier> socials) UpsertRestaurantRequestSupplier.transactionalInventoryList(List<TransactionalTravelInventorySupplier> transactionalInventoryList) UpsertRestaurantRequestSupplier.transactionInventoryList(List<TransactionalTravelInventorySupplier> transactionInventoryList)