Uses of Class
travel.wink.sdk.extranet.model.PageBookingView
Packages that use PageBookingView
-
Uses of PageBookingView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type PageBookingViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageBookingView>BookingApi.showHotelBookings(String hotelIdentifier, State state) Show Bookings Grid Retrieve page of bookings for a specific hotel with advanced filtering rules.reactor.core.publisher.Mono<PageBookingView>BookingApi.showHotelBookings1(String hotelIdentifier, String state, Integer pageNumber, Integer maxResults, String search, String accept) Show Bookings Retrieve bookings for hotel with simple filter rules.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingView>>BookingApi.showHotelBookings1WithHttpInfo(String hotelIdentifier, String state, Integer pageNumber, Integer maxResults, String search, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingView>>BookingApi.showHotelBookingsWithHttpInfo(String hotelIdentifier, State state) -
Uses of PageBookingView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.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)