Uses of Class
travel.wink.sdk.extranet.model.PageBookingViewSupplier
Packages that use PageBookingViewSupplier
-
Uses of PageBookingViewSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type PageBookingViewSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageBookingViewSupplier>BookingApi.showHotelBookings(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show Bookings Grid Retrieve page of bookings for a specific hotel with advanced filtering rules.reactor.core.publisher.Mono<PageBookingViewSupplier>BookingApi.showHotelBookings1(String hotelIdentifier, String state, Integer pageNumber, Integer maxResults, String search, String winkVersion) Show Bookings Retrieve bookings for hotel with simple filter rules.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewSupplier>>BookingApi.showHotelBookings1WithHttpInfo(String hotelIdentifier, String state, Integer pageNumber, Integer maxResults, String search, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewSupplier>>BookingApi.showHotelBookingsWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) -
Uses of PageBookingViewSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return PageBookingViewSupplierModifier and TypeMethodDescriptionPageBookingViewSupplier.addContentItem(BookingViewSupplier contentItem) PageBookingViewSupplier.content(List<BookingViewSupplier> content) PageBookingViewSupplier.numberOfElements(Integer numberOfElements) PageBookingViewSupplier.pageable(PageableObjectSupplier pageable) PageBookingViewSupplier.sort(SortSupplier sort) PageBookingViewSupplier.totalElements(Long totalElements) PageBookingViewSupplier.totalPages(Integer totalPages)