Class BookingsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<BookingView>showBookingForEngine(String companyIdentifier, String bookingIdentifier, String accept) Show Booking Show a booking record by its identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingView>>showBookingForEngineWithHttpInfo(String companyIdentifier, String bookingIdentifier, String accept) reactor.core.publisher.Mono<PageBookingView>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>>showBookingsForCompanyWithHttpInfo(String companyIdentifier, State state) reactor.core.publisher.Flux<KeyValuePair>showUniqueApplications(String companyIdentifier, String accept) 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<KeyValuePair>>>showUniqueApplicationsWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Flux<KeyValuePair>showUniqueEngineConfigurations(String companyIdentifier, String accept) 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<KeyValuePair>>>showUniqueEngineConfigurationsWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Flux<KeyValuePair>showUniqueHotels(String companyIdentifier, String accept) 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<KeyValuePair>>>showUniqueHotelsWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Flux<KeyValuePair>showUniqueMasterRates(String companyIdentifier, String accept) Show Booked Master Rates Show a list of unique master rates that created a booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>showUniqueMasterRatesWithHttpInfo(String companyIdentifier, String accept)
-
Constructor Details
-
BookingsApi
public BookingsApi() -
BookingsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showBookingForEngine
public reactor.core.publisher.Mono<BookingView> showBookingForEngine(String companyIdentifier, String bookingIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Booking Show a booking record by its identifier.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show booking for company identifierbookingIdentifier- Show booking with booking identifieraccept- The accept parameter- Returns:
- BookingView
- 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<BookingView>> showBookingForEngineWithHttpInfo(String companyIdentifier, String bookingIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showBookingsForCompany
public reactor.core.publisher.Mono<PageBookingView> showBookingsForCompany(String companyIdentifier, State state) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Bookings Show bookings for the affiliate company that helped create those booking.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show bookings for company identifierstate- The state parameter- Returns:
- PageBookingView
- 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<PageBookingView>> showBookingsForCompanyWithHttpInfo(String companyIdentifier, State state) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueApplications
public reactor.core.publisher.Flux<KeyValuePair> showUniqueApplications(String companyIdentifier, String accept) 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.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show unique applications for booking made with the help of company identifieraccept- The accept parameter- Returns:
- List<KeyValuePair>
- 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<KeyValuePair>>> showUniqueApplicationsWithHttpInfo(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueEngineConfigurations
public reactor.core.publisher.Flux<KeyValuePair> showUniqueEngineConfigurations(String companyIdentifier, String accept) 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.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show unique customizations for booking made with the help of company identifieraccept- The accept parameter- Returns:
- List<KeyValuePair>
- 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<KeyValuePair>>> showUniqueEngineConfigurationsWithHttpInfo(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueHotels
public reactor.core.publisher.Flux<KeyValuePair> showUniqueHotels(String companyIdentifier, String accept) 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.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show unique hotels for booking made with the help of company identifieraccept- The accept parameter- Returns:
- List<KeyValuePair>
- 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<KeyValuePair>>> showUniqueHotelsWithHttpInfo(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueMasterRates
public reactor.core.publisher.Flux<KeyValuePair> showUniqueMasterRates(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Booked Master Rates Show a list of unique master rates that created a booking.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show unique master rates for booking made with the help of company identifieraccept- The accept parameter- Returns:
- List<KeyValuePair>
- 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<KeyValuePair>>> showUniqueMasterRatesWithHttpInfo(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-