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