Class RevealDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.RevealDeprecated
-
- Direct Known Subclasses:
Reveal
public class RevealDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description RevealDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
setReveal(java.lang.String apikey, java.lang.String reveal)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.
-
-
-
Constructor Detail
-
RevealDeprecated
public RevealDeprecated(ClientApi api)
-
-
Method Detail
-
setReveal
@Deprecated public ApiResponse setReveal(java.lang.String apikey, java.lang.String reveal) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-