Class SavedSearchApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<DynamicSellerListViewAffiliate> createSavedSearch(UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) Create Saved Search Create a new dynamic saved search.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DynamicSellerListViewAffiliate>> createSavedSearchWithHttpInfo(UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) Create Saved Search Create a new dynamic saved search.org.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateSavedSearchWithResponseSpec(UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) Create Saved Search Create a new dynamic saved search.reactor.core.publisher.Mono<DynamicSellerListViewAffiliate> removeSavedSearch(String listIdentifier, String winkVersion, String accept) Remove Saved Search Remove saved search record by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DynamicSellerListViewAffiliate>> removeSavedSearchWithHttpInfo(String listIdentifier, String winkVersion, String accept) Remove Saved Search Remove saved search record by its unique identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveSavedSearchWithResponseSpec(String listIdentifier, String winkVersion, String accept) Remove Saved Search Remove saved search record by its unique identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<DynamicSellerListViewAffiliate> showSavedSearches(String winkVersion, String accept) Show Saved Searches Retrieve all saved searches for ownerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<DynamicSellerListViewAffiliate>>> showSavedSearchesWithHttpInfo(String winkVersion, String accept) Show Saved Searches Retrieve all saved searches for ownerorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowSavedSearchesWithResponseSpec(String winkVersion, String accept) Show Saved Searches Retrieve all saved searches for ownerreactor.core.publisher.Mono<DynamicSellerListViewAffiliate> updateSavedSearch(String listIdentifier, UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) Update Saved Search Update a existing saved search record by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DynamicSellerListViewAffiliate>> updateSavedSearchWithHttpInfo(String listIdentifier, UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) Update Saved Search Update a existing saved search record by its unique identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateSavedSearchWithResponseSpec(String listIdentifier, UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) Update Saved Search Update a existing saved search record by its unique identifier
-
Constructor Details
-
SavedSearchApi
public SavedSearchApi() -
SavedSearchApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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 parameterwinkVersion- 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 parameterwinkVersion- 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 parameterwinkVersion- 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
listIdentifier- Saved search identifier.winkVersion- The winkVersion parameteraccept- 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
listIdentifier- Saved search identifier.winkVersion- The winkVersion parameteraccept- 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
listIdentifier- Saved search identifier.winkVersion- The winkVersion parameteraccept- 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 owner500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- 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 owner500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- 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 owner500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
listIdentifier- Saved search identifier.upsertDynamicSellerListAffiliate- The upsertDynamicSellerListAffiliate parameterwinkVersion- 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
listIdentifier- Saved search identifier.upsertDynamicSellerListAffiliate- The upsertDynamicSellerListAffiliate parameterwinkVersion- 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
listIdentifier- Saved search identifier.upsertDynamicSellerListAffiliate- The upsertDynamicSellerListAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-