Class BreakDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.BreakDeprecated
-
- Direct Known Subclasses:
Break
public class BreakDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description BreakDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
addHttpBreakpoint(java.lang.String apikey, java.lang.String string, java.lang.String location, java.lang.String match, java.lang.String inverse, java.lang.String ignorecase)
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.ApiResponse
brk(java.lang.String apikey, java.lang.String type, java.lang.String scope, java.lang.String state)
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.ApiResponse
removeHttpBreakpoint(java.lang.String apikey, java.lang.String string, java.lang.String location, java.lang.String match, java.lang.String inverse, java.lang.String ignorecase)
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
-
BreakDeprecated
public BreakDeprecated(ClientApi api)
-
-
Method Detail
-
brk
@Deprecated public ApiResponse brk(java.lang.String apikey, java.lang.String type, java.lang.String scope, java.lang.String state) 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)
).- Throws:
ClientApiException
-
addHttpBreakpoint
@Deprecated public ApiResponse addHttpBreakpoint(java.lang.String apikey, java.lang.String string, java.lang.String location, java.lang.String match, java.lang.String inverse, java.lang.String ignorecase) 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)
).- Throws:
ClientApiException
-
removeHttpBreakpoint
@Deprecated public ApiResponse removeHttpBreakpoint(java.lang.String apikey, java.lang.String string, java.lang.String location, java.lang.String match, java.lang.String inverse, java.lang.String ignorecase) 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)
).- Throws:
ClientApiException
-
-