Uses of Class
travel.wink.sdk.extranet.model.BookingView
Packages that use BookingView
-
Uses of BookingView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type BookingViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingView>BookingApi.cancelHotelBooking(String hotelIdentifier, String bookingIdentifier, CancellationDetail cancellationDetail, String winkVersion) Cancel Booking Booking is cancelled by the property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingView>>BookingApi.cancelHotelBookingWithHttpInfo(String hotelIdentifier, String bookingIdentifier, CancellationDetail cancellationDetail, String winkVersion) reactor.core.publisher.Mono<BookingView>DailyRateApi.createTestBooking(String hotelIdentifier, BookingTestRequest bookingTestRequest, String winkVersion) Test Rate / Availability Test whether the rates and availability for a sales channel is coming backing the way the property wantsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingView>>DailyRateApi.createTestBookingWithHttpInfo(String hotelIdentifier, BookingTestRequest bookingTestRequest, String winkVersion) reactor.core.publisher.Mono<BookingView>BookingApi.showHotelBooking(String hotelIdentifier, String bookingIdentifier, String winkVersion) Show Booking Retrieve a single booking specific by its identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingView>>BookingApi.showHotelBookingWithHttpInfo(String hotelIdentifier, String bookingIdentifier, String winkVersion) -
Uses of BookingView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BookingViewMethods in travel.wink.sdk.extranet.model that return types with arguments of type BookingViewModifier and TypeMethodDescription@Valid List<BookingView>PageBookingView.getContent()Get contentMethods in travel.wink.sdk.extranet.model with parameters of type BookingViewMethod parameters in travel.wink.sdk.extranet.model with type arguments of type BookingViewModifier and TypeMethodDescriptionPageBookingView.content(List<BookingView> content) voidPageBookingView.setContent(List<BookingView> content)