Class SendNotificationControllerApi
java.lang.Object
io.trippay.sdk.payment.api.SendNotificationControllerApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-03T14:54:12.025630330+07:00[Asia/Bangkok]")
public class SendNotificationControllerApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<NotificationView> createNotification(SendNotification sendNotification, String winkVersion) 201 - Createdreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<NotificationView>>> 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<NotificationView> createNotification(SendNotification sendNotification, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException 201 - Created
- Parameters:
sendNotification- The sendNotification parameterwinkVersion- The winkVersion parameter- Returns:
- List<NotificationView>
- 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<NotificationView>>> createNotificationWithHttpInfo(SendNotification sendNotification, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException 201 - Created
- Parameters:
sendNotification- The sendNotification parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<NotificationView>>
- 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(SendNotification sendNotification, 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
-