Uses of Class
travel.wink.sdk.booking.engine.model.PageBookingView
Packages that use PageBookingView
-
Uses of PageBookingView in travel.wink.sdk.booking.engine.api
Methods in travel.wink.sdk.booking.engine.api that return types with arguments of type PageBookingViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageBookingView>BookingApi.showBookingGrid(State state) Show Bookings Retrieve bookings for a query statereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingView>>BookingApi.showBookingGridWithHttpInfo(State state) reactor.core.publisher.Mono<PageBookingView>BookingApi.showBookings(Integer page, Integer size, String accept) Show Bookings Retrieve bookingsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingView>>BookingApi.showBookingsWithHttpInfo(Integer page, Integer size, String accept) -
Uses of PageBookingView in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return PageBookingViewModifier and TypeMethodDescriptionPageBookingView.addContentItem(BookingView contentItem) PageBookingView.content(List<BookingView> content) PageBookingView.numberOfElements(Integer numberOfElements) PageBookingView.pageable(PageableObject pageable) PageBookingView.totalElements(Long totalElements) PageBookingView.totalPages(Integer totalPages)