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 Details

    • SearchCategoriesApi

      public SearchCategoriesApi()
    • SearchCategoriesApi

      @Autowired public SearchCategoriesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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 parameter
      accept - 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 parameter
      accept - 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 parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API