Class ApiCategoryCollectionApi
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.ApiCategoryCollectionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all API categories Get all API categoriesokhttp3.CallgetAllAPICategoriesAsync(ApiCallback<APICategoryListDTO> _callback) Get all API categories (asynchronously) Get all API categoriesokhttp3.CallgetAllAPICategoriesCall(ApiCallback _callback) Build call for getAllAPICategoriesGet all API categories Get all API categoriesvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
ApiCategoryCollectionApi
public ApiCategoryCollectionApi() -
ApiCategoryCollectionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAllAPICategoriesCall
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
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
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
-