Uses of Class
travel.wink.sdk.booking.model.BookingViewBooker
Packages that use BookingViewBooker
-
Uses of BookingViewBooker in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api that return types with arguments of type BookingViewBookerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingViewBooker>BookingApi.cancelBooking(String bookingIdentifier, CancellationDetailBooker cancellationDetailBooker, String winkVersion) Cancel Booking Cancel a booking by its booking identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewBooker>>BookingApi.cancelBookingWithHttpInfo(String bookingIdentifier, CancellationDetailBooker cancellationDetailBooker, String winkVersion) Cancel Booking Cancel a booking by its booking identifierreactor.core.publisher.Flux<BookingViewBooker>BookingApi.cancelGroupBooking(String groupIdentifier, CancellationDetailBooker cancellationDetailBooker, String winkVersion) Cancel Group Booking Cancel a group booking by its group identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BookingViewBooker>>>BookingApi.cancelGroupBookingWithHttpInfo(String groupIdentifier, CancellationDetailBooker cancellationDetailBooker, String winkVersion) Cancel Group Booking Cancel a group booking by its group identifierreactor.core.publisher.Mono<BookingViewBooker>BookingApi.showBooking(String bookingIdentifier, String winkVersion) Show Booking Retrieve a booking by its booking identifier.reactor.core.publisher.Mono<BookingViewBooker>BookingApi.showBookingByTransactionId(String transactionIdentifier, String winkVersion) Show Booking by TX ID Retrieve a booking by its transaction identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewBooker>>BookingApi.showBookingByTransactionIdWithHttpInfo(String transactionIdentifier, String winkVersion) Show Booking by TX ID Retrieve a booking by its transaction identifier.reactor.core.publisher.Flux<BookingViewBooker>BookingApi.showBookingsByReviewState(String state, String winkVersion) Show Bookings by Review List bookings by their review statereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BookingViewBooker>>>BookingApi.showBookingsByReviewStateWithHttpInfo(String state, String winkVersion) Show Bookings by Review List bookings by their review statereactor.core.publisher.Flux<BookingViewBooker>BookingApi.showBookingsByState(String state, String winkVersion) Show Bookings by Time Retrieve bookings for a date statereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BookingViewBooker>>>BookingApi.showBookingsByStateWithHttpInfo(String state, String winkVersion) Show Bookings by Time Retrieve bookings for a date statereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewBooker>>BookingApi.showBookingWithHttpInfo(String bookingIdentifier, String winkVersion) Show Booking Retrieve a booking by its booking identifier.reactor.core.publisher.Flux<BookingViewBooker>BookingApi.showGroupedBookings(String groupIdentifier, String winkVersion) Show Grouped Bookings Retrieve a list of bookings by group identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BookingViewBooker>>>BookingApi.showGroupedBookingsWithHttpInfo(String groupIdentifier, String winkVersion) Show Grouped Bookings Retrieve a list of bookings by group identifier. -
Uses of BookingViewBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingViewBookerModifier and TypeMethodDescriptionBookingViewBooker.booking(BookingBooker booking) BookingViewBooker.createdDate(LocalDateTime createdDate) BookingViewBooker.lastUpdate(LocalDateTime lastUpdate) Methods in travel.wink.sdk.booking.model that return types with arguments of type BookingViewBookerModifier and TypeMethodDescription@Valid List<BookingViewBooker>PageBookingViewBooker.getContent()Get contentMethods in travel.wink.sdk.booking.model with parameters of type BookingViewBookerModifier and TypeMethodDescriptionPageBookingViewBooker.addContentItem(BookingViewBooker contentItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type BookingViewBookerModifier and TypeMethodDescriptionPageBookingViewBooker.content(List<BookingViewBooker> content) voidPageBookingViewBooker.setContent(List<BookingViewBooker> content)