Package org.zaproxy.clientapi.gen
Class RuleConfig
- java.lang.Object
-
- org.zaproxy.clientapi.gen.RuleConfig
-
public class RuleConfig extends java.lang.Object
This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description RuleConfig(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponse
allRuleConfigs()
Show all of the rule configurationsApiResponse
resetAllRuleConfigValues()
Reset all of the rule configurationsApiResponse
resetRuleConfigValue(java.lang.String key)
Reset the specified rule configuration, which must already existApiResponse
ruleConfigValue(java.lang.String key)
Show the specified rule configurationApiResponse
setRuleConfigValue(java.lang.String key, java.lang.String value)
Set the specified rule configuration, which must already exist
-
-
-
Constructor Detail
-
RuleConfig
public RuleConfig(ClientApi api)
-
-
Method Detail
-
ruleConfigValue
public ApiResponse ruleConfigValue(java.lang.String key) throws ClientApiException
Show the specified rule configuration- Throws:
ClientApiException
-
allRuleConfigs
public ApiResponse allRuleConfigs() throws ClientApiException
Show all of the rule configurations- Throws:
ClientApiException
-
resetRuleConfigValue
public ApiResponse resetRuleConfigValue(java.lang.String key) throws ClientApiException
Reset the specified rule configuration, which must already exist- Throws:
ClientApiException
-
resetAllRuleConfigValues
public ApiResponse resetAllRuleConfigValues() throws ClientApiException
Reset all of the rule configurations- Throws:
ClientApiException
-
setRuleConfigValue
public ApiResponse setRuleConfigValue(java.lang.String key, java.lang.String value) throws ClientApiException
Set the specified rule configuration, which must already exist- Throws:
ClientApiException
-
-