public class ApiCategoryIndividualApi extends Object
| Constructor and Description |
|---|
ApiCategoryIndividualApi() |
ApiCategoryIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
apiCategoriesApiCategoryIdDelete(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince)
Delete an API Category
Delete an API Category by API Category Id
|
okhttp3.Call |
apiCategoriesApiCategoryIdDeleteAsync(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback)
Delete an API Category (asynchronously)
Delete an API Category by API Category Id
|
okhttp3.Call |
apiCategoriesApiCategoryIdDeleteCall(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for apiCategoriesApiCategoryIdDelete
|
ApiResponse<Void> |
apiCategoriesApiCategoryIdDeleteWithHttpInfo(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince)
Delete an API Category
Delete an API Category by API Category Id
|
APICategoryDTO |
apiCategoriesApiCategoryIdPut(String apiCategoryId,
APICategoryDTO apICategoryDTO)
Update an API Category
Update an API Category by category Id
|
okhttp3.Call |
apiCategoriesApiCategoryIdPutAsync(String apiCategoryId,
APICategoryDTO apICategoryDTO,
ApiCallback<APICategoryDTO> _callback)
Update an API Category (asynchronously)
Update an API Category by category Id
|
okhttp3.Call |
apiCategoriesApiCategoryIdPutCall(String apiCategoryId,
APICategoryDTO apICategoryDTO,
ApiCallback _callback)
Build call for apiCategoriesApiCategoryIdPut
|
ApiResponse<APICategoryDTO> |
apiCategoriesApiCategoryIdPutWithHttpInfo(String apiCategoryId,
APICategoryDTO apICategoryDTO)
Update an API Category
Update an API Category by category Id
|
APICategoryDTO |
apiCategoriesPost(APICategoryDTO apICategoryDTO)
Add API Category
Add a new API category
|
okhttp3.Call |
apiCategoriesPostAsync(APICategoryDTO apICategoryDTO,
ApiCallback<APICategoryDTO> _callback)
Add API Category (asynchronously)
Add a new API category
|
okhttp3.Call |
apiCategoriesPostCall(APICategoryDTO apICategoryDTO,
ApiCallback _callback)
Build call for apiCategoriesPost
|
ApiResponse<APICategoryDTO> |
apiCategoriesPostWithHttpInfo(APICategoryDTO apICategoryDTO)
Add API Category
Add a new API category
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApiCategoryIndividualApi()
public ApiCategoryIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call apiCategoriesApiCategoryIdDeleteCall(String apiCategoryId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) throws ApiException
apiCategoryId - API Category UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void apiCategoriesApiCategoryIdDelete(String apiCategoryId, String ifMatch, String ifUnmodifiedSince) throws ApiException
apiCategoryId - API Category UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> apiCategoriesApiCategoryIdDeleteWithHttpInfo(String apiCategoryId, String ifMatch, String ifUnmodifiedSince) throws ApiException
apiCategoryId - API Category UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apiCategoriesApiCategoryIdDeleteAsync(String apiCategoryId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) throws ApiException
apiCategoryId - API Category UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (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 objectpublic okhttp3.Call apiCategoriesApiCategoryIdPutCall(String apiCategoryId, APICategoryDTO apICategoryDTO, ApiCallback _callback) throws ApiException
apiCategoryId - API Category UUID (required)apICategoryDTO - API Category object with updated information (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic APICategoryDTO apiCategoriesApiCategoryIdPut(String apiCategoryId, APICategoryDTO apICategoryDTO) throws ApiException
apiCategoryId - API Category UUID (required)apICategoryDTO - API Category object with updated information (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APICategoryDTO> apiCategoriesApiCategoryIdPutWithHttpInfo(String apiCategoryId, APICategoryDTO apICategoryDTO) throws ApiException
apiCategoryId - API Category UUID (required)apICategoryDTO - API Category object with updated information (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apiCategoriesApiCategoryIdPutAsync(String apiCategoryId, APICategoryDTO apICategoryDTO, ApiCallback<APICategoryDTO> _callback) throws ApiException
apiCategoryId - API Category UUID (required)apICategoryDTO - API Category object with updated information (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call apiCategoriesPostCall(APICategoryDTO apICategoryDTO, ApiCallback _callback) throws ApiException
apICategoryDTO - API Category object that should to be added (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic APICategoryDTO apiCategoriesPost(APICategoryDTO apICategoryDTO) throws ApiException
apICategoryDTO - API Category object that should to be added (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APICategoryDTO> apiCategoriesPostWithHttpInfo(APICategoryDTO apICategoryDTO) throws ApiException
apICategoryDTO - API Category object that should to be added (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apiCategoriesPostAsync(APICategoryDTO apICategoryDTO, ApiCallback<APICategoryDTO> _callback) throws ApiException
apICategoryDTO - API Category object that should to be added (required)_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.