Class SavedSearchApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<DynamicSellerListViewAffiliate> createSavedSearch(String companyIdentifier, UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) Create Saved Search Create a new dynamic saved search.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DynamicSellerListViewAffiliate>> createSavedSearchWithHttpInfo(String companyIdentifier, UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) Create Saved Search Create a new dynamic saved search.org.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateSavedSearchWithResponseSpec(String companyIdentifier, UpsertDynamicSellerListAffiliate upsertDynamicSellerListAffiliate, String winkVersion) Create Saved Search Create a new dynamic saved search.reactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeSavedSearch(String companyIdentifier, String listIdentifier, String winkVersion, String accept) Remove Saved Search Remove saved search record by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>> removeSavedSearchWithHttpInfo(String companyIdentifier, 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 companyIdentifier, 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 companyIdentifier, String winkVersion, String accept) Show Saved Searches Retrieve all saved searches for ownerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<DynamicSellerListViewAffiliate>>> showSavedSearchesWithHttpInfo(String companyIdentifier, String winkVersion, String accept) Show Saved Searches Retrieve all saved searches for ownerorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowSavedSearchesWithResponseSpec(String companyIdentifier, String winkVersion, String accept) Show Saved Searches Retrieve all saved searches for ownerreactor.core.publisher.Mono<DynamicSellerListViewAffiliate> updateSavedSearch(String companyIdentifier, 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 companyIdentifier, 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 companyIdentifier, 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(String companyIdentifier, 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:
companyIdentifier- Create search owned by this owner 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
-
createSavedSearchWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DynamicSellerListViewAffiliate>> createSavedSearchWithHttpInfo(String companyIdentifier, 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:
companyIdentifier- Create search owned by this owner 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
-
createSavedSearchWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createSavedSearchWithResponseSpec(String companyIdentifier, 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:
companyIdentifier- Create search owned by this owner 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
-
removeSavedSearch
public reactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeSavedSearch(String companyIdentifier, 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:
companyIdentifier- Remove search owned by this owner identifier.listIdentifier- Saved search identifier.winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- RemoveEntryResponseAffiliate
- 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<RemoveEntryResponseAffiliate>> removeSavedSearchWithHttpInfo(String companyIdentifier, 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:
companyIdentifier- Remove search owned by this owner identifier.listIdentifier- Saved search identifier.winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<RemoveEntryResponseAffiliate>
- 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 companyIdentifier, 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:
companyIdentifier- Remove search owned by this owner identifier.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 companyIdentifier, 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:
companyIdentifier- List searches owned by this owner identifier.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 companyIdentifier, 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:
companyIdentifier- List searches owned by this owner identifier.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 companyIdentifier, 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:
companyIdentifier- List searches owned by this owner 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
-
updateSavedSearch
public reactor.core.publisher.Mono<DynamicSellerListViewAffiliate> updateSavedSearch(String companyIdentifier, 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:
companyIdentifier- Update search owned by this owner identifier.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 companyIdentifier, 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:
companyIdentifier- Update search owned by this owner identifier.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 companyIdentifier, 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:
companyIdentifier- Update search owned by this owner identifier.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
-