Package org.zaproxy.clientapi.gen
Class Params
- java.lang.Object
-
- org.zaproxy.clientapi.gen.Params
-
public class Params extends java.lang.Object
This file was automatically generated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponse
params(java.lang.String site)
Shows the parameters for the specified site, or for all sites if the site is not specified
-
-
-
Constructor Detail
-
Params
public Params(ClientApi api)
-
-
Method Detail
-
params
public ApiResponse params(java.lang.String site) throws ClientApiException
Shows the parameters for the specified site, or for all sites if the site is not specified- Throws:
ClientApiException
-
-