public class FindingDataMaintenanceApi
extends java.lang.Object
| Constructor and Description |
|---|
FindingDataMaintenanceApi() |
FindingDataMaintenanceApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
DisabledToolResultsCount |
getDisabledToolResultCount(java.lang.Integer projectId)
Disabled Tool Result Count Query
Returns a count of disabled findings present within a project.
|
com.squareup.okhttp.Call |
getDisabledToolResultCountAsync(java.lang.Integer projectId,
ApiCallback<DisabledToolResultsCount> callback)
Disabled Tool Result Count Query (asynchronously)
Returns a count of disabled findings present within a project.
|
com.squareup.okhttp.Call |
getDisabledToolResultCountCall(java.lang.Integer projectId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDisabledToolResultCount
|
ApiResponse<DisabledToolResultsCount> |
getDisabledToolResultCountWithHttpInfo(java.lang.Integer projectId)
Disabled Tool Result Count Query
Returns a count of disabled findings present within a project.
|
void |
purgeDisabledToolResults(java.lang.Integer projectId)
Purge Disabled Tool Results
Executes a purge/cleanup operation on the finding data for the project.
|
com.squareup.okhttp.Call |
purgeDisabledToolResultsAsync(java.lang.Integer projectId,
ApiCallback<java.lang.Void> callback)
Purge Disabled Tool Results (asynchronously)
Executes a purge/cleanup operation on the finding data for the project.
|
com.squareup.okhttp.Call |
purgeDisabledToolResultsCall(java.lang.Integer projectId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for purgeDisabledToolResults
|
ApiResponse<java.lang.Void> |
purgeDisabledToolResultsWithHttpInfo(java.lang.Integer projectId)
Purge Disabled Tool Results
Executes a purge/cleanup operation on the finding data for the project.
|
void |
setApiClient(ApiClient apiClient) |
public FindingDataMaintenanceApi()
public FindingDataMaintenanceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getDisabledToolResultCountCall(java.lang.Integer projectId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
projectId - The ID of the project. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DisabledToolResultsCount getDisabledToolResultCount(java.lang.Integer projectId) throws ApiException
projectId - The ID of the project. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DisabledToolResultsCount> getDisabledToolResultCountWithHttpInfo(java.lang.Integer projectId) throws ApiException
projectId - The ID of the project. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDisabledToolResultCountAsync(java.lang.Integer projectId,
ApiCallback<DisabledToolResultsCount> callback)
throws ApiException
projectId - The ID of the project. (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 purgeDisabledToolResultsCall(java.lang.Integer projectId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
projectId - The ID of the project. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void purgeDisabledToolResults(java.lang.Integer projectId)
throws ApiException
projectId - The ID of the project. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> purgeDisabledToolResultsWithHttpInfo(java.lang.Integer projectId) throws ApiException
projectId - The ID of the project. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call purgeDisabledToolResultsAsync(java.lang.Integer projectId,
ApiCallback<java.lang.Void> callback)
throws ApiException
projectId - The ID of the project. (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 object