Package org.zaproxy.clientapi.gen
Class Client
java.lang.Object
org.zaproxy.clientapi.gen.Client
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexportClientMap(String pathyaml) Exports the Client Map to a file.reportEvent(String eventjson) This component is optional and therefore the API will only work if it is installedreportObject(String objectjson) This component is optional and therefore the API will only work if it is installedreportZestScript(String scriptjson) This component is optional and therefore the API will only work if it is installedreportZestStatement(String statementjson) This component is optional and therefore the API will only work if it is installed
-
Constructor Details
-
Client
-
-
Method Details
-
reportObject
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
reportEvent
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
reportZestStatement
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
reportZestScript
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
exportClientMap
Exports the Client Map to a file.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-