Class ApiCategoryCollectionApi

java.lang.Object
org.wso2.am.integration.clients.admin.api.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)
    • apiCategoriesGetCall

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

      public APICategoryListDTO apiCategoriesGet() 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
    • apiCategoriesGetWithHttpInfo

      public ApiResponse<APICategoryListDTO> apiCategoriesGetWithHttpInfo() 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
    • apiCategoriesGetAsync

      public okhttp3.Call apiCategoriesGetAsync(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