public class BreakDeprecated
extends java.lang.Object
Constructor and Description |
---|
BreakDeprecated(ClientApi api) |
Modifier and Type | Method and 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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
public BreakDeprecated(ClientApi api)
@Deprecated public ApiResponse brk(java.lang.String apikey, java.lang.String type, java.lang.String scope, java.lang.String state) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@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
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@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
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException