Class ApiCategoryCollectionApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.ApiCategoryCollectionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all API Categories Get all API categoriesokhttp3.CallapiCategoriesGetAsync(ApiCallback<APICategoryListDTO> _callback) Get all API Categories (asynchronously) Get all API categoriesokhttp3.CallapiCategoriesGetCall(ApiCallback _callback) Build call for apiCategoriesGetGet all API Categories Get all API categoriesvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
ApiCategoryCollectionApi
public ApiCategoryCollectionApi() -
ApiCategoryCollectionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
apiCategoriesGetCall
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
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
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
-