Uses of Class
travel.wink.sdk.booking.model.PageBookingViewBooker
Packages that use PageBookingViewBooker
-
Uses of PageBookingViewBooker in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api that return types with arguments of type PageBookingViewBookerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageBookingViewBooker>BookingApi.showBookingGrid(StateBooker stateBooker, String winkVersion) Show Booking Grid Retrieve paginated bookings based on a query statereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewBooker>>BookingApi.showBookingGridWithHttpInfo(StateBooker stateBooker, String winkVersion) reactor.core.publisher.Mono<PageBookingViewBooker>BookingApi.showBookings(Integer page, Integer size, String winkVersion) Show Booking List Retrieve bookings in a paginated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewBooker>>BookingApi.showBookingsWithHttpInfo(Integer page, Integer size, String winkVersion) -
Uses of PageBookingViewBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PageBookingViewBookerModifier and TypeMethodDescriptionPageBookingViewBooker.addContentItem(BookingViewBooker contentItem) PageBookingViewBooker.content(List<BookingViewBooker> content) PageBookingViewBooker.numberOfElements(Integer numberOfElements) PageBookingViewBooker.pageable(PageableObjectBooker pageable) PageBookingViewBooker.sort(SortBooker sort) PageBookingViewBooker.totalElements(Long totalElements) PageBookingViewBooker.totalPages(Integer totalPages)