Class ExternalEventApi

java.lang.Object
io.trippay.sdk.payment.api.ExternalEventApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-12T15:09:05.445923493+07:00[Asia/Bangkok]") public class ExternalEventApi extends Object
  • Constructor Details

    • ExternalEventApi

      public ExternalEventApi()
    • ExternalEventApi

      @Autowired public ExternalEventApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • showExternalEvent

      public reactor.core.publisher.Mono<ExternalEvent> showExternalEvent(String eventIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show External Event Displays external event for specified event ID.

      200 - OK

      Parameters:
      eventIdentifier - ID of event to retrieve
      winkVersion - The winkVersion parameter
      Returns:
      ExternalEvent
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showExternalEventWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ExternalEvent>> showExternalEventWithHttpInfo(String eventIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show External Event Displays external event for specified event ID.

      200 - OK

      Parameters:
      eventIdentifier - ID of event to retrieve
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<ExternalEvent>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showExternalEventWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showExternalEventWithResponseSpec(String eventIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show External Event Displays external event for specified event ID.

      200 - OK

      Parameters:
      eventIdentifier - ID of event to retrieve
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showExternalEventGrid

      public reactor.core.publisher.Mono<PageExternalEvent> showExternalEventGrid(State state, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show External Event Grid Displays external events for specified entity ID.

      200 - OK

      Parameters:
      state - The state parameter
      winkVersion - The winkVersion parameter
      Returns:
      PageExternalEvent
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showExternalEventGridWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageExternalEvent>> showExternalEventGridWithHttpInfo(State state, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show External Event Grid Displays external events for specified entity ID.

      200 - OK

      Parameters:
      state - The state parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<PageExternalEvent>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showExternalEventGridWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showExternalEventGridWithResponseSpec(State state, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show External Event Grid Displays external events for specified entity ID.

      200 - OK

      Parameters:
      state - The state parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showExternalEventList

      public reactor.core.publisher.Flux<ExternalEvent> showExternalEventList(String entityIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show External Events Displays external events for specified entity ID.

      200 - OK

      Parameters:
      entityIdentifier - ID of entity to retrieve stream for
      winkVersion - The winkVersion parameter
      Returns:
      List<ExternalEvent>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showExternalEventListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ExternalEvent>>> showExternalEventListWithHttpInfo(String entityIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show External Events Displays external events for specified entity ID.

      200 - OK

      Parameters:
      entityIdentifier - ID of entity to retrieve stream for
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<List<ExternalEvent>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showExternalEventListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showExternalEventListWithResponseSpec(String entityIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show External Events Displays external events for specified entity ID.

      200 - OK

      Parameters:
      entityIdentifier - ID of entity to retrieve stream for
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API