Package org.zaproxy.clientapi.gen
Class Exportreport
- java.lang.Object
-
- org.zaproxy.clientapi.gen.Exportreport
-
public class Exportreport extends java.lang.Object
This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description Exportreport(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponse
formats()
This component is optional and therefore the API will only work if it is installedApiResponse
generate(java.lang.String absolutepath, java.lang.String fileextension, java.lang.String sourcedetails, java.lang.String alertseverity, java.lang.String alertdetails, java.lang.String scanid, java.lang.String includepassivealerts)
This component is optional and therefore the API will only work if it is installed
-
-
-
Constructor Detail
-
Exportreport
public Exportreport(ClientApi api)
-
-
Method Detail
-
formats
public ApiResponse formats() throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
generate
public ApiResponse generate(java.lang.String absolutepath, java.lang.String fileextension, java.lang.String sourcedetails, java.lang.String alertseverity, java.lang.String alertdetails, java.lang.String scanid, java.lang.String includepassivealerts) throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-