Class ReplacerDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.ReplacerDeprecated
-
- Direct Known Subclasses:
Replacer
public class ReplacerDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description ReplacerDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
addRule(java.lang.String description, java.lang.String enabled, java.lang.String matchtype, java.lang.String matchregex, java.lang.String matchstring, java.lang.String replacement, java.lang.String initiators)
Deprecated.(1.11.0) Use the method with the url.
-
-
-
Constructor Detail
-
ReplacerDeprecated
public ReplacerDeprecated(ClientApi api)
-
-
Method Detail
-
addRule
@Deprecated public ApiResponse addRule(java.lang.String description, java.lang.String enabled, java.lang.String matchtype, java.lang.String matchregex, java.lang.String matchstring, java.lang.String replacement, java.lang.String initiators) throws ClientApiException
Deprecated.(1.11.0) Use the method with the url.- Throws:
ClientApiException
-
-