public class ApiCategoryCollectionApi extends Object
| Constructor and Description |
|---|
ApiCategoryCollectionApi() |
ApiCategoryCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
APICategoryListDTO |
apiCategoriesGet()
Get all API categories
Get all API categories
|
com.squareup.okhttp.Call |
apiCategoriesGetAsync(ApiCallback<APICategoryListDTO> callback)
Get all API categories (asynchronously)
Get all API categories
|
com.squareup.okhttp.Call |
apiCategoriesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiCategoriesGet
|
ApiResponse<APICategoryListDTO> |
apiCategoriesGetWithHttpInfo()
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 com.squareup.okhttp.Call apiCategoriesGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic APICategoryListDTO apiCategoriesGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APICategoryListDTO> apiCategoriesGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apiCategoriesGetAsync(ApiCallback<APICategoryListDTO> callback) throws ApiException
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 © 2020 WSO2 Inc. All rights reserved.