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 Details

    • SendNotificationControllerApi

      public SendNotificationControllerApi()
    • SendNotificationControllerApi

      @Autowired public SendNotificationControllerApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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 parameter
      winkVersion - 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 parameter
      winkVersion - 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 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