Class IntegrationsApi

java.lang.Object
travel.wink.sdk.events.api.IntegrationsApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-07-01T17:00:52.890368+07:00[Asia/Bangkok]") public class IntegrationsApi extends Object
  • Constructor Details

    • IntegrationsApi

      public IntegrationsApi()
    • IntegrationsApi

      @Autowired public IntegrationsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • notifyBookingCancelled

      public reactor.core.publisher.Mono<Void> notifyBookingCancelled(BookingCancelledRequest bookingCancelledRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Booking cancelled notifier Listens for newly cancelled bookings from Inventory.

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      bookingCancelledRequest - The bookingCancelledRequest parameter
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • notifyBookingCancelledWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>> notifyBookingCancelledWithHttpInfo(BookingCancelledRequest bookingCancelledRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • notifyBookingCreated

      public reactor.core.publisher.Mono<Void> notifyBookingCreated(BookingCreatedRequest bookingCreatedRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Booking created notifier Listens for newly created bookings from Inventory.

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      bookingCreatedRequest - The bookingCreatedRequest parameter
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • notifyBookingCreatedWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>> notifyBookingCreatedWithHttpInfo(BookingCreatedRequest bookingCreatedRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • notifyBookingUpdated

      public reactor.core.publisher.Mono<Void> notifyBookingUpdated(BookingUpdatedRequest bookingUpdatedRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Booking updated notifier Listens for new updated bookings from Inventory.

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      bookingUpdatedRequest - The bookingUpdatedRequest parameter
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • notifyBookingUpdatedWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>> notifyBookingUpdatedWithHttpInfo(BookingUpdatedRequest bookingUpdatedRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException