Uses of Class
travel.wink.sdk.booking.model.PageBookingView
Packages that use PageBookingView
-
Uses of PageBookingView in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api that return types with arguments of type PageBookingViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageBookingView>BookingApi.showBookingGrid(State state, String winkVersion) Show Booking Grid Retrieve paginated bookings based on a query statereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingView>>BookingApi.showBookingGridWithHttpInfo(State state, String winkVersion) reactor.core.publisher.Mono<PageBookingView>BookingApi.showBookings(Integer page, Integer size, String winkVersion) Show Booking List Retrieve bookings in a paginated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingView>>BookingApi.showBookingsWithHttpInfo(Integer page, Integer size, String winkVersion) -
Uses of PageBookingView in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.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)