Class BookingsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<BookingViewAffiliate>showBookingForEngine(String companyIdentifier, String bookingIdentifier, String winkVersion) Show Booking Show a booking record by its identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewAffiliate>>showBookingForEngineWithHttpInfo(String companyIdentifier, String bookingIdentifier, String winkVersion) reactor.core.publisher.Mono<PageBookingViewAffiliate>showBookingsForCompany(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show Bookings Show bookings for the affiliate company that helped create those booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewAffiliate>>showBookingsForCompanyWithHttpInfo(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) reactor.core.publisher.Flux<KeyValuePairAffiliate>showUniqueApplications(String companyIdentifier, String winkVersion) Show Booked Applications Show a list of unique applications that were responsible for creating bookings through this affiliate sales channel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>>showUniqueApplicationsWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairAffiliate>showUniqueEngineConfigurations(String companyIdentifier, String winkVersion) Show Booked Customizations Show a list of unique customizations that were responsible for creating bookings through this affiliate sales channel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>>showUniqueEngineConfigurationsWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairAffiliate>showUniqueHotels(String companyIdentifier, String winkVersion) Show Booked Hotels Show a list of unique hotels that were responsible for creating bookings through this affiliate sales channel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>>showUniqueHotelsWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairAffiliate>showUniqueMasterRates(String companyIdentifier, String winkVersion) Show Booked Master Rates Show a list of unique master rates that created a booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>>showUniqueMasterRatesWithHttpInfo(String companyIdentifier, String winkVersion)
-
Constructor Details
-
BookingsApi
public BookingsApi() -
BookingsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showBookingForEngine
public reactor.core.publisher.Mono<BookingViewAffiliate> showBookingForEngine(String companyIdentifier, String bookingIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Booking Show a booking record by its identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show booking for company identifierbookingIdentifier- Show booking with booking identifierwinkVersion- The winkVersion parameter- Returns:
- BookingViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showBookingForEngineWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewAffiliate>> showBookingForEngineWithHttpInfo(String companyIdentifier, String bookingIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showBookingsForCompany
public reactor.core.publisher.Mono<PageBookingViewAffiliate> showBookingsForCompany(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Bookings Show bookings for the affiliate company that helped create those booking.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show bookings for company identifierstateAffiliate- The stateAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- PageBookingViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showBookingsForCompanyWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewAffiliate>> showBookingsForCompanyWithHttpInfo(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueApplications
public reactor.core.publisher.Flux<KeyValuePairAffiliate> showUniqueApplications(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Booked Applications Show a list of unique applications that were responsible for creating bookings through this affiliate sales channel.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show unique applications for booking made with the help of company identifierwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUniqueApplicationsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showUniqueApplicationsWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueEngineConfigurations
public reactor.core.publisher.Flux<KeyValuePairAffiliate> showUniqueEngineConfigurations(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Booked Customizations Show a list of unique customizations that were responsible for creating bookings through this affiliate sales channel.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show unique customizations for booking made with the help of company identifierwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUniqueEngineConfigurationsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showUniqueEngineConfigurationsWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueHotels
public reactor.core.publisher.Flux<KeyValuePairAffiliate> showUniqueHotels(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Booked Hotels Show a list of unique hotels that were responsible for creating bookings through this affiliate sales channel.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show unique hotels for booking made with the help of company identifierwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUniqueHotelsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showUniqueHotelsWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueMasterRates
public reactor.core.publisher.Flux<KeyValuePairAffiliate> showUniqueMasterRates(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Booked Master Rates Show a list of unique master rates that created a booking.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show unique master rates for booking made with the help of company identifierwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUniqueMasterRatesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showUniqueMasterRatesWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-