Package org.zaproxy.clientapi.gen
Class Exportreport
- java.lang.Object
-
- org.zaproxy.clientapi.gen.Exportreport
-
@Deprecated(since="1.13.0", forRemoval=true) public class Exportreport extends java.lang.Object
Deprecated, for removal: This API element is subject to removal in a future version.This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description Exportreport(ClientApi api)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
formats()
Deprecated, for removal: This API element is subject to removal in a future version.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)
Deprecated, for removal: This API element is subject to removal in a future version.This component is optional and therefore the API will only work if it is installed
-
-
-
Constructor Detail
-
Exportreport
public Exportreport(ClientApi api)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
formats
public ApiResponse formats() throws ClientApiException
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-