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
|
com.squareup.okhttp.Call |
apiCategoriesApiCategoryIdDeleteAsync(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete an API Category (asynchronously)
Delete an API Category by API Category Id
|
com.squareup.okhttp.Call |
apiCategoriesApiCategoryIdDeleteCall(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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 body)
Update an API Category
Update an API Category by category Id
|
com.squareup.okhttp.Call |
apiCategoriesApiCategoryIdPutAsync(String apiCategoryId,
APICategoryDTO body,
ApiCallback<APICategoryDTO> callback)
Update an API Category (asynchronously)
Update an API Category by category Id
|
com.squareup.okhttp.Call |
apiCategoriesApiCategoryIdPutCall(String apiCategoryId,
APICategoryDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiCategoriesApiCategoryIdPut
|
ApiResponse<APICategoryDTO> |
apiCategoriesApiCategoryIdPutWithHttpInfo(String apiCategoryId,
APICategoryDTO body)
Update an API Category
Update an API Category by category Id
|
APICategoryDTO |
apiCategoriesPost(APICategoryDTO body)
Add a new API Category
Add a new API Category
|
com.squareup.okhttp.Call |
apiCategoriesPostAsync(APICategoryDTO body,
ApiCallback<APICategoryDTO> callback)
Add a new API Category (asynchronously)
Add a new API Category
|
com.squareup.okhttp.Call |
apiCategoriesPostCall(APICategoryDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiCategoriesPost
|
ApiResponse<APICategoryDTO> |
apiCategoriesPostWithHttpInfo(APICategoryDTO body)
Add a new 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 com.squareup.okhttp.Call apiCategoriesApiCategoryIdDeleteCall(String apiCategoryId, String ifMatch, String ifUnmodifiedSince, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) 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)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - 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 com.squareup.okhttp.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 com.squareup.okhttp.Call apiCategoriesApiCategoryIdPutCall(String apiCategoryId, APICategoryDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiCategoryId - API Category UUID (required)body - API Category object with updated information (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic APICategoryDTO apiCategoriesApiCategoryIdPut(String apiCategoryId, APICategoryDTO body) throws ApiException
apiCategoryId - API Category UUID (required)body - 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 body) throws ApiException
apiCategoryId - API Category UUID (required)body - API Category object with updated information (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apiCategoriesApiCategoryIdPutAsync(String apiCategoryId, APICategoryDTO body, ApiCallback<APICategoryDTO> callback) throws ApiException
apiCategoryId - API Category UUID (required)body - 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 com.squareup.okhttp.Call apiCategoriesPostCall(APICategoryDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - API Category object that should to be added (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic APICategoryDTO apiCategoriesPost(APICategoryDTO body) throws ApiException
body - 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 body) throws ApiException
body - 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 com.squareup.okhttp.Call apiCategoriesPostAsync(APICategoryDTO body, ApiCallback<APICategoryDTO> callback) throws ApiException
body - 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 © 2020 WSO2 Inc. All rights reserved.