Uses of Class
travel.wink.sdk.affiliate.model.BookingView
Packages that use BookingView
-
Uses of BookingView in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type BookingViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingView>BookingsApi.showBookingForEngine(String companyIdentifier, String bookingIdentifier, String accept) Show Booking Show a booking record by its identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingView>>BookingsApi.showBookingForEngineWithHttpInfo(String companyIdentifier, String bookingIdentifier, String accept) -
Uses of BookingView in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return BookingViewMethods in travel.wink.sdk.affiliate.model that return types with arguments of type BookingViewModifier and TypeMethodDescription@Valid List<BookingView>PageBookingView.getContent()Get contentMethods in travel.wink.sdk.affiliate.model with parameters of type BookingViewMethod parameters in travel.wink.sdk.affiliate.model with type arguments of type BookingViewModifier and TypeMethodDescriptionPageBookingView.content(List<BookingView> content) voidPageBookingView.setContent(List<BookingView> content)