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 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<Notification> createNotification(@Nonnull SendNotification sendNotification, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException

      201 - Created

      Parameters:
      sendNotification - The sendNotification parameter
      winkVersion - 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 parameter
      winkVersion - 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 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