Class DiscoverApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<GeoNameAffiliate>showCitiesForInventory(String companyIdentifier, String winkVersion) Show Inventory Cities Retrieve list of cities affiliate has access to.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoNameAffiliate>>>showCitiesForInventoryWithHttpInfo(String companyIdentifier, String winkVersion) Show Inventory Cities Retrieve list of cities affiliate has access to.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowCitiesForInventoryWithResponseSpec(String companyIdentifier, String winkVersion) Show Inventory Cities Retrieve list of cities affiliate has access to.reactor.core.publisher.Flux<CountryAffiliate>showCountriesForInventory(String companyIdentifier, String winkVersion) Show Inventory Countries Retrieve list of countries affiliate has access to.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CountryAffiliate>>>showCountriesForInventoryWithHttpInfo(String companyIdentifier, String winkVersion) Show Inventory Countries Retrieve list of countries affiliate has access to.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowCountriesForInventoryWithResponseSpec(String companyIdentifier, String winkVersion) Show Inventory Countries Retrieve list of countries affiliate has access to.reactor.core.publisher.Mono<PageInventoryViewAffiliate>showDynamicSellerInventory(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Inventory Search Retrieves a paginated result set based on the search criteria of the caller.reactor.core.publisher.Mono<PageInventoryViewAffiliate>showDynamicSellerInventoryById(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) Inventory Search by List Retrieves a paginated result set based on the given list identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventoryViewAffiliate>>showDynamicSellerInventoryByIdWithHttpInfo(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) Inventory Search by List Retrieves a paginated result set based on the given list identifier.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowDynamicSellerInventoryByIdWithResponseSpec(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) Inventory Search by List Retrieves a paginated result set based on the given list identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventoryViewAffiliate>>showDynamicSellerInventoryWithHttpInfo(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Inventory Search Retrieves a paginated result set based on the search criteria of the caller.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowDynamicSellerInventoryWithResponseSpec(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Inventory Search Retrieves a paginated result set based on the search criteria of the caller.reactor.core.publisher.Flux<InventoryViewAffiliate>showLatestInventory(String companyIdentifier, Integer page, Integer size, String winkVersion) Latest Inventory Retrieves a list of latest available inventory.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventoryViewAffiliate>>>showLatestInventoryWithHttpInfo(String companyIdentifier, Integer page, Integer size, String winkVersion) Latest Inventory Retrieves a list of latest available inventory.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowLatestInventoryWithResponseSpec(String companyIdentifier, Integer page, Integer size, String winkVersion) Latest Inventory Retrieves a list of latest available inventory.
-
Constructor Details
-
DiscoverApi
public DiscoverApi() -
DiscoverApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showCitiesForInventory
public reactor.core.publisher.Flux<GeoNameAffiliate> showCitiesForInventory(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Cities Retrieve list of cities affiliate has access to.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- List cities for inventory on behalf of this owner identifier.winkVersion- The winkVersion parameter- Returns:
- List<GeoNameAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCitiesForInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoNameAffiliate>>> showCitiesForInventoryWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Cities Retrieve list of cities affiliate has access to.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- List cities for inventory on behalf of this owner identifier.winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<GeoNameAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCitiesForInventoryWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCitiesForInventoryWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Cities Retrieve list of cities affiliate has access to.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- List cities for inventory on behalf of this owner identifier.winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCountriesForInventory
public reactor.core.publisher.Flux<CountryAffiliate> showCountriesForInventory(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Countries Retrieve list of countries affiliate has access to.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- List countries for inventory on behalf of this owner identifier.winkVersion- The winkVersion parameter- Returns:
- List<CountryAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCountriesForInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CountryAffiliate>>> showCountriesForInventoryWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Countries Retrieve list of countries affiliate has access to.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- List countries for inventory on behalf of this owner identifier.winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<CountryAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCountriesForInventoryWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCountriesForInventoryWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Countries Retrieve list of countries affiliate has access to.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- List countries for inventory on behalf of this owner identifier.winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showDynamicSellerInventory
public reactor.core.publisher.Mono<PageInventoryViewAffiliate> showDynamicSellerInventory(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Inventory Search Retrieves a paginated result set based on the search criteria of the caller.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.dynamicSellerListRequestAffiliate- The dynamicSellerListRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- PageInventoryViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showDynamicSellerInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventoryViewAffiliate>> showDynamicSellerInventoryWithHttpInfo(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Inventory Search Retrieves a paginated result set based on the search criteria of the caller.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.dynamicSellerListRequestAffiliate- The dynamicSellerListRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<PageInventoryViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showDynamicSellerInventoryWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showDynamicSellerInventoryWithResponseSpec(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Inventory Search Retrieves a paginated result set based on the search criteria of the caller.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.dynamicSellerListRequestAffiliate- The dynamicSellerListRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showDynamicSellerInventoryById
public reactor.core.publisher.Mono<PageInventoryViewAffiliate> showDynamicSellerInventoryById(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Inventory Search by List Retrieves a paginated result set based on the given list identifier.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.dynamicListIdentifier- Browse inventory on behalf of this dynamic list identifier.page- Skip to page.size- Skip to page.winkVersion- The winkVersion parameter- Returns:
- PageInventoryViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showDynamicSellerInventoryByIdWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventoryViewAffiliate>> showDynamicSellerInventoryByIdWithHttpInfo(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Inventory Search by List Retrieves a paginated result set based on the given list identifier.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.dynamicListIdentifier- Browse inventory on behalf of this dynamic list identifier.page- Skip to page.size- Skip to page.winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<PageInventoryViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showDynamicSellerInventoryByIdWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showDynamicSellerInventoryByIdWithResponseSpec(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Inventory Search by List Retrieves a paginated result set based on the given list identifier.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.dynamicListIdentifier- Browse inventory on behalf of this dynamic list identifier.page- Skip to page.size- Skip to page.winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLatestInventory
public reactor.core.publisher.Flux<InventoryViewAffiliate> showLatestInventory(String companyIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Latest Inventory Retrieves a list of latest available inventory.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.page- Skip to page.size- Skip to page.winkVersion- The winkVersion parameter- Returns:
- List<InventoryViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLatestInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventoryViewAffiliate>>> showLatestInventoryWithHttpInfo(String companyIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Latest Inventory Retrieves a list of latest available inventory.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.page- Skip to page.size- Skip to page.winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<InventoryViewAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLatestInventoryWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showLatestInventoryWithResponseSpec(String companyIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Latest Inventory Retrieves a list of latest available inventory.503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.page- Skip to page.size- Skip to page.winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-