Package org.zaproxy.clientapi.gen
Class Revisit
java.lang.Object
org.zaproxy.clientapi.gen.Revisit
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis component is optional and therefore the API will only work if it is installedrevisitSiteOff
(String site) This component is optional and therefore the API will only work if it is installedrevisitSiteOn
(String site, String starttime, String endtime) This component is optional and therefore the API will only work if it is installed
-
Constructor Details
-
Revisit
-
-
Method Details
-
revisitList
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
revisitSiteOn
public ApiResponse revisitSiteOn(String site, String starttime, String endtime) throws ClientApiException This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
revisitSiteOff
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-