Uses of Class
travel.wink.sdk.affiliate.model.PageBookingView
Packages that use PageBookingView
-
Uses of PageBookingView in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type PageBookingViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageBookingView>BookingsApi.showBookingsForCompany(String companyIdentifier, State state) Show Bookings Show bookings for the affiliate company that helped create those booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingView>>BookingsApi.showBookingsForCompanyWithHttpInfo(String companyIdentifier, State state) -
Uses of PageBookingView in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.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)