public class ApiCategoryCollectionApi extends Object
| Constructor and Description |
|---|
ApiCategoryCollectionApi() |
ApiCategoryCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
APICategoryListDTO |
apiCategoriesGet(String xWSO2Tenant)
Get All API Categories
Get all API categories
|
okhttp3.Call |
apiCategoriesGetAsync(String xWSO2Tenant,
ApiCallback<APICategoryListDTO> _callback)
Get All API Categories (asynchronously)
Get all API categories
|
okhttp3.Call |
apiCategoriesGetCall(String xWSO2Tenant,
ApiCallback _callback)
Build call for apiCategoriesGet
|
ApiResponse<APICategoryListDTO> |
apiCategoriesGetWithHttpInfo(String xWSO2Tenant)
Get All API Categories
Get all API categories
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApiCategoryCollectionApi()
public ApiCategoryCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call apiCategoriesGetCall(String xWSO2Tenant, ApiCallback _callback) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic APICategoryListDTO apiCategoriesGet(String xWSO2Tenant) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APICategoryListDTO> apiCategoriesGetWithHttpInfo(String xWSO2Tenant) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apiCategoriesGetAsync(String xWSO2Tenant, ApiCallback<APICategoryListDTO> _callback) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.