public class ApiAuditApi extends Object
| Constructor and Description |
|---|
ApiAuditApi() |
ApiAuditApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
AuditReportDTO |
apisApiIdAuditapiGet(String apiId,
String accept)
Retrieve the Security Audit Report of the Audit API
Retrieve the Security Audit Report of the Audit API
|
com.squareup.okhttp.Call |
apisApiIdAuditapiGetAsync(String apiId,
String accept,
ApiCallback<AuditReportDTO> callback)
Retrieve the Security Audit Report of the Audit API (asynchronously)
Retrieve the Security Audit Report of the Audit API
|
com.squareup.okhttp.Call |
apisApiIdAuditapiGetCall(String apiId,
String accept,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdAuditapiGet
|
ApiResponse<AuditReportDTO> |
apisApiIdAuditapiGetWithHttpInfo(String apiId,
String accept)
Retrieve the Security Audit Report of the Audit API
Retrieve the Security Audit Report of the Audit API
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApiAuditApi()
public ApiAuditApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call apisApiIdAuditapiGetCall(String apiId, String accept, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AuditReportDTO apisApiIdAuditapiGet(String apiId, String accept) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AuditReportDTO> apisApiIdAuditapiGetWithHttpInfo(String apiId, String accept) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdAuditapiGetAsync(String apiId, String accept, ApiCallback<AuditReportDTO> callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)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.