Class DynamicListApi

java.lang.Object
travel.wink.sdk.affiliate.browse.api.DynamicListApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:15:43.926055890+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class DynamicListApi extends Object
  • Constructor Details

    • DynamicListApi

      public DynamicListApi()
    • DynamicListApi

      @Autowired public DynamicListApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • createSavedSearch

      public reactor.core.publisher.Mono<DynamicListAffiliate> createSavedSearch(@Nonnull UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Dynamic List Create a new dynamic saved search.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      upsertDynamicListRequestAffiliate - The upsertDynamicListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      DynamicListAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createSavedSearchWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DynamicListAffiliate>> createSavedSearchWithHttpInfo(@Nonnull UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Dynamic List Create a new dynamic saved search.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      upsertDynamicListRequestAffiliate - The upsertDynamicListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<DynamicListAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createSavedSearchWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createSavedSearchWithResponseSpec(@Nonnull UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Dynamic List Create a new dynamic saved search.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      upsertDynamicListRequestAffiliate - The upsertDynamicListRequestAffiliate 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
    • removeSavedSearch

      public reactor.core.publisher.Mono<DynamicListAffiliate> removeSavedSearch(@Nonnull String listIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Dynamic List Remove saved search record by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - Saved search identifier.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      DynamicListAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeSavedSearchWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DynamicListAffiliate>> removeSavedSearchWithHttpInfo(@Nonnull String listIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Dynamic List Remove saved search record by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - Saved search identifier.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<DynamicListAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeSavedSearchWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeSavedSearchWithResponseSpec(@Nonnull String listIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Dynamic List Remove saved search record by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - Saved search identifier.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSavedSearches

      public reactor.core.publisher.Flux<DynamicListAffiliate> showSavedSearches(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Dynamic Lists Retrieve all saved searches for owner

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<DynamicListAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSavedSearchesWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<DynamicListAffiliate>>> showSavedSearchesWithHttpInfo(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Dynamic Lists Retrieve all saved searches for owner

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<DynamicListAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSavedSearchesWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSavedSearchesWithResponseSpec(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Dynamic Lists Retrieve all saved searches for owner

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSavedSearch

      public reactor.core.publisher.Mono<DynamicListAffiliate> updateSavedSearch(@Nonnull String listIdentifier, @Nonnull UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Dynamic List Update a existing saved search record by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - Saved search identifier.
      upsertDynamicListRequestAffiliate - The upsertDynamicListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      DynamicListAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSavedSearchWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DynamicListAffiliate>> updateSavedSearchWithHttpInfo(@Nonnull String listIdentifier, @Nonnull UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Dynamic List Update a existing saved search record by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - Saved search identifier.
      upsertDynamicListRequestAffiliate - The upsertDynamicListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<DynamicListAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSavedSearchWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateSavedSearchWithResponseSpec(@Nonnull String listIdentifier, @Nonnull UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Dynamic List Update a existing saved search record by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - Saved search identifier.
      upsertDynamicListRequestAffiliate - The upsertDynamicListRequestAffiliate 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