Package org.zaproxy.clientapi.gen
Class Reveal
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.RevealDeprecated
-
- org.zaproxy.clientapi.gen.Reveal
-
public class Reveal extends RevealDeprecated
This file was automatically generated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponse
reveal()
Tells if shows hidden fields and enables disabled fieldsApiResponse
setReveal(java.lang.String reveal)
Sets if shows hidden fields and enables disabled fields-
Methods inherited from class org.zaproxy.clientapi.gen.deprecated.RevealDeprecated
setReveal
-
-
-
-
Constructor Detail
-
Reveal
public Reveal(ClientApi api)
-
-
Method Detail
-
reveal
public ApiResponse reveal() throws ClientApiException
Tells if shows hidden fields and enables disabled fieldsThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setReveal
public ApiResponse setReveal(java.lang.String reveal) throws ClientApiException
Sets if shows hidden fields and enables disabled fieldsThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
-