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) Show Booking Show a booking record by its identifier.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowBookingForEngineWithResponseSpec(String companyIdentifier, String bookingIdentifier, String winkVersion) Show Booking Show a booking record by its identifier.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) Show Bookings Show bookings for the affiliate company that helped create those booking.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowBookingsForCompanyWithResponseSpec(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show Bookings Show bookings for the affiliate company that helped create those booking.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) Show Booked Applications Show a list of unique applications that were responsible for creating bookings through this affiliate sales channel.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowUniqueApplicationsWithResponseSpec(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.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) Show Booked Customizations Show a list of unique customizations that were responsible for creating bookings through this affiliate sales channel.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowUniqueEngineConfigurationsWithResponseSpec(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.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) Show Booked Hotels Show a list of unique hotels that were responsible for creating bookings through this affiliate sales channel.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowUniqueHotelsWithResponseSpec(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.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) Show Booked Master Rates Show a list of unique master rates that created a booking.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowUniqueMasterRatesWithResponseSpec(String companyIdentifier, String winkVersion) Show Booked Master Rates Show a list of unique master rates that created a booking.
-
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 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:
- ResponseEntity<BookingViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showBookingForEngineWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showBookingForEngineWithResponseSpec(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:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
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 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:
- ResponseEntity<PageBookingViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showBookingsForCompanyWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showBookingsForCompanyWithResponseSpec(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:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
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 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:
- ResponseEntity<List<KeyValuePairAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUniqueApplicationsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUniqueApplicationsWithResponseSpec(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:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
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 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:
- ResponseEntity<List<KeyValuePairAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUniqueEngineConfigurationsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUniqueEngineConfigurationsWithResponseSpec(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:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
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 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:
- ResponseEntity<List<KeyValuePairAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUniqueHotelsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUniqueHotelsWithResponseSpec(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:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
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 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:
- ResponseEntity<List<KeyValuePairAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUniqueMasterRatesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUniqueMasterRatesWithResponseSpec(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:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-