Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.AuditReportDTO
-
Packages that use AuditReportDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of AuditReportDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return AuditReportDTO Modifier and Type Method Description AuditReportDTOApiAuditApi. getAuditReportOfAPI(String apiId, String accept)Retrieve the Security Audit Report of the Audit API Retrieve the Security Audit Report of the Audit APIMethods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type AuditReportDTO Modifier and Type Method Description ApiResponse<AuditReportDTO>ApiAuditApi. getAuditReportOfAPIWithHttpInfo(String apiId, String accept)Retrieve the Security Audit Report of the Audit API Retrieve the Security Audit Report of the Audit APIMethod parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type AuditReportDTO Modifier and Type Method Description okhttp3.CallApiAuditApi. getAuditReportOfAPIAsync(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 -
Uses of AuditReportDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return AuditReportDTO Modifier and Type Method Description AuditReportDTOAuditReportDTO. externalApiId(String externalApiId)AuditReportDTOAuditReportDTO. grade(String grade)AuditReportDTOAuditReportDTO. numErrors(Integer numErrors)AuditReportDTOAuditReportDTO. report(String report)
-