Class SearchCategoriesApi

java.lang.Object
travel.wink.sdk.affiliate.api.SearchCategoriesApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-16T10:17:15.847873815+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 companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show categories Retrieve a list of all active supplier and inventory categories.

      503 - Service Unavailable

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - List search categories on behalf of this owner identifier.
      winkVersion - The winkVersion 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 companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show categories Retrieve a list of all active supplier and inventory categories.

      503 - Service Unavailable

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - List search categories on behalf of this owner identifier.
      winkVersion - The winkVersion 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 companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show categories Retrieve a list of all active supplier and inventory categories.

      503 - Service Unavailable

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - List search categories 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