Package io.trippay.sdk.payment.api
Class ExternalEventApi
java.lang.Object
io.trippay.sdk.payment.api.ExternalEventApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-12T10:13:49.239999511+07:00[Asia/Bangkok]")
public class ExternalEventApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<ExternalEvent> showExternalEvent(String eventIdentifier, String winkVersion, String accept) Show External Event Displays external event for specified event ID.reactor.core.publisher.Mono<PageExternalEvent> showExternalEventGrid(State state, String winkVersion) Show External Event Grid Displays external events for specified entity ID.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageExternalEvent>> showExternalEventGridWithHttpInfo(State state, String winkVersion) Show External Event Grid Displays external events for specified entity ID.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowExternalEventGridWithResponseSpec(State state, String winkVersion) Show External Event Grid Displays external events for specified entity ID.reactor.core.publisher.Flux<ExternalEvent> showExternalEventList(String entityIdentifier, String winkVersion, String accept) Show External Events Displays external events for specified entity ID.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ExternalEvent>>> showExternalEventListWithHttpInfo(String entityIdentifier, String winkVersion, String accept) Show External Events Displays external events for specified entity ID.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowExternalEventListWithResponseSpec(String entityIdentifier, String winkVersion, String accept) Show External Events Displays external events for specified entity ID.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ExternalEvent>> showExternalEventWithHttpInfo(String eventIdentifier, String winkVersion, String accept) Show External Event Displays external event for specified event ID.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowExternalEventWithResponseSpec(String eventIdentifier, String winkVersion, String accept) Show External Event Displays external event for specified event ID.
-
Constructor Details
-
ExternalEventApi
public ExternalEventApi() -
ExternalEventApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showExternalEvent
public reactor.core.publisher.Mono<ExternalEvent> showExternalEvent(String eventIdentifier, String winkVersion, String accept) 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 retrievewinkVersion- The winkVersion parameteraccept- The accept 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, String accept) 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 retrievewinkVersion- The winkVersion parameteraccept- The accept 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, String accept) 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 retrievewinkVersion- The winkVersion parameteraccept- The accept 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 parameterwinkVersion- 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 parameterwinkVersion- 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 parameterwinkVersion- 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, String accept) 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 forwinkVersion- The winkVersion parameteraccept- The accept 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, String accept) 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 forwinkVersion- The winkVersion parameteraccept- The accept 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, String accept) 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 forwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-