Uses of Class
travel.wink.sdk.travel.agent.model.PageBookingViewAgent
Packages that use PageBookingViewAgent
-
Uses of PageBookingViewAgent in travel.wink.sdk.travel.agent.api
Methods in travel.wink.sdk.travel.agent.api that return types with arguments of type PageBookingViewAgentModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageBookingViewAgent> TravelAgentApi.showBookingGridAsTravelAgent(String companyIdentifier, StateAgent stateAgent, String winkVersion) Show Bookings Show bookings for the company that helped create those booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewAgent>> TravelAgentApi.showBookingGridAsTravelAgentWithHttpInfo(String companyIdentifier, StateAgent stateAgent, String winkVersion) Show Bookings Show bookings for the company that helped create those booking. -
Uses of PageBookingViewAgent in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return PageBookingViewAgentModifier and TypeMethodDescriptionPageBookingViewAgent.addContentItem(BookingViewAgent contentItem) PageBookingViewAgent.addSortItem(SortObject sortItem) PageBookingViewAgent.content(List<BookingViewAgent> content) PageBookingViewAgent.numberOfElements(Integer numberOfElements) PageBookingViewAgent.pageable(PageableObjectAgent pageable) PageBookingViewAgent.sort(List<SortObject> sort) PageBookingViewAgent.totalElements(Long totalElements) PageBookingViewAgent.totalPages(Integer totalPages)