Package org.zaproxy.clientapi.gen
Class Revisit
- java.lang.Object
-
- org.zaproxy.clientapi.gen.Revisit
-
public class Revisit extends java.lang.Object
This file was automatically generated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponse
revisitList()
This component is optional and therefore the API will only work if it is installedApiResponse
revisitSiteOff(java.lang.String site)
This component is optional and therefore the API will only work if it is installedApiResponse
revisitSiteOn(java.lang.String site, java.lang.String starttime, java.lang.String endtime)
This component is optional and therefore the API will only work if it is installed
-
-
-
Constructor Detail
-
Revisit
public Revisit(ClientApi api)
-
-
Method Detail
-
revisitList
public ApiResponse revisitList() throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
revisitSiteOn
public ApiResponse revisitSiteOn(java.lang.String site, java.lang.String starttime, java.lang.String endtime) throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
revisitSiteOff
public ApiResponse revisitSiteOff(java.lang.String site) throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-