Class SavedSearchApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-01-24T16:07:10.367615648+07:00[Asia/Bangkok]") public class SavedSearchApi extends Object
  • Constructor Details

    • SavedSearchApi

      public SavedSearchApi()
    • SavedSearchApi

      @Autowired public SavedSearchApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • createSavedSearch

      public reactor.core.publisher.Mono<DynamicSellerListViewAffiliate> createSavedSearch(UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Saved Search Create a new dynamic saved search.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      upsertDynamicSellerListAffiliate - The upsertDynamicSellerListAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      DynamicSellerListViewAffiliate
      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<DynamicSellerListViewAffiliate>> createSavedSearchWithHttpInfo(UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Saved Search Create a new dynamic saved search.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      upsertDynamicSellerListAffiliate - The upsertDynamicSellerListAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<DynamicSellerListViewAffiliate>
      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(UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Saved Search Create a new dynamic saved search.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      upsertDynamicSellerListAffiliate - The upsertDynamicSellerListAffiliate 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<DynamicSellerListViewAffiliate> removeSavedSearch(String listIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Saved Search 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:
      DynamicSellerListViewAffiliate
      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<DynamicSellerListViewAffiliate>> removeSavedSearchWithHttpInfo(String listIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Saved Search 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<DynamicSellerListViewAffiliate>
      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(String listIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Saved Search 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<DynamicSellerListViewAffiliate> showSavedSearches(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Saved Searches 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<DynamicSellerListViewAffiliate>
      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<DynamicSellerListViewAffiliate>>> showSavedSearchesWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Saved Searches 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<DynamicSellerListViewAffiliate>>
      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(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Saved Searches 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<DynamicSellerListViewAffiliate> updateSavedSearch(String listIdentifier, UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Saved Search 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.
      upsertDynamicSellerListAffiliate - The upsertDynamicSellerListAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      DynamicSellerListViewAffiliate
      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<DynamicSellerListViewAffiliate>> updateSavedSearchWithHttpInfo(String listIdentifier, UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Saved Search 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.
      upsertDynamicSellerListAffiliate - The upsertDynamicSellerListAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<DynamicSellerListViewAffiliate>
      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(String listIdentifier, UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Saved Search 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.
      upsertDynamicSellerListAffiliate - The upsertDynamicSellerListAffiliate 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