Class ApiCategoryCollectionApi

java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.ApiCategoryCollectionApi

public class ApiCategoryCollectionApi extends Object
  • Constructor Details

    • ApiCategoryCollectionApi

      public ApiCategoryCollectionApi()
    • ApiCategoryCollectionApi

      public ApiCategoryCollectionApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getAllAPICategoriesCall

      public okhttp3.Call getAllAPICategoriesCall(ApiCallback _callback) throws ApiException
      Build call for getAllAPICategories
      Parameters:
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • getAllAPICategories

      public APICategoryListDTO getAllAPICategories() throws ApiException
      Get all API categories Get all API categories
      Returns:
      APICategoryListDTO
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • getAllAPICategoriesWithHttpInfo

      public ApiResponse<APICategoryListDTO> getAllAPICategoriesWithHttpInfo() throws ApiException
      Get all API categories Get all API categories
      Returns:
      ApiResponse<APICategoryListDTO>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • getAllAPICategoriesAsync

      public okhttp3.Call getAllAPICategoriesAsync(ApiCallback<APICategoryListDTO> _callback) throws ApiException
      Get all API categories (asynchronously) Get all API categories
      Parameters:
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object