Class SendNotificationControllerApi
java.lang.Object
io.trippay.sdk.payment.api.SendNotificationControllerApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:12:05.578754358+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class SendNotificationControllerApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<Notification> createNotification(SendNotification sendNotification, String winkVersion) 201 - Createdreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Notification>>> createNotificationWithHttpInfo(SendNotification sendNotification, String winkVersion) 201 - Createdorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateNotificationWithResponseSpec(SendNotification sendNotification, String winkVersion) 201 - CreatedvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
SendNotificationControllerApi
public SendNotificationControllerApi() -
SendNotificationControllerApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createNotification
public reactor.core.publisher.Flux<Notification> createNotification(@Nonnull SendNotification sendNotification, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException 201 - Created
- Parameters:
sendNotification- The sendNotification parameterwinkVersion- The winkVersion parameter- Returns:
- List<Notification>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createNotificationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Notification>>> createNotificationWithHttpInfo(@Nonnull SendNotification sendNotification, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException 201 - Created
- Parameters:
sendNotification- The sendNotification parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<Notification>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createNotificationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createNotificationWithResponseSpec(@Nonnull SendNotification sendNotification, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException 201 - Created
- Parameters:
sendNotification- The sendNotification parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-