Class BreakDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.BreakDeprecated
- Direct Known Subclasses:
Break
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHttpBreakpoint(String apikey, String string, String location, String match, String inverse, String ignorecase) Deprecated.Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.removeHttpBreakpoint(String apikey, String string, String location, String match, String inverse, String ignorecase) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.
-
Constructor Details
-
BreakDeprecated
-
-
Method Details
-
brk
@Deprecated public ApiResponse brk(String apikey, String type, String scope, String state) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
addHttpBreakpoint
@Deprecated public ApiResponse addHttpBreakpoint(String apikey, String string, String location, String match, String inverse, String ignorecase) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
removeHttpBreakpoint
@Deprecated public ApiResponse removeHttpBreakpoint(String apikey, String string, String location, String match, String inverse, String ignorecase) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
ClientApiconstructors that allow to set the API key (e.g.