Class SearchCategoriesApi
java.lang.Object
travel.wink.sdk.affiliate.browse.api.SearchCategoriesApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-03T14:56:39.718058800+07:00[Asia/Bangkok]")
public class SearchCategoriesApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<SearchCategoryAffiliate> showSearchCategoryList(String winkVersion, String accept) Show Categories Retrieve a list of all active supplier and inventorycategories.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SearchCategoryAffiliate>>> showSearchCategoryListWithHttpInfo(String winkVersion, String accept) Show Categories Retrieve a list of all active supplier and inventorycategories.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowSearchCategoryListWithResponseSpec(String winkVersion, String accept) Show Categories Retrieve a list of all active supplier and inventorycategories.
-
Constructor Details
-
SearchCategoriesApi
public SearchCategoriesApi() -
SearchCategoriesApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showSearchCategoryList
public reactor.core.publisher.Flux<SearchCategoryAffiliate> showSearchCategoryList(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Categories Retrieve a list of all active supplier and inventorycategories.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<SearchCategoryAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSearchCategoryListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SearchCategoryAffiliate>>> showSearchCategoryListWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Categories Retrieve a list of all active supplier and inventorycategories.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<SearchCategoryAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSearchCategoryListWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSearchCategoryListWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Categories Retrieve a list of all active supplier and inventorycategories.500 - 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
-