public class SearchDeprecated
extends java.lang.Object
Constructor and Description |
---|
SearchDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
byte[] |
harByHeaderRegex(java.lang.String apikey,
java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
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(String, int,
String) ). |
byte[] |
harByRequestRegex(java.lang.String apikey,
java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
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(String, int,
String) ). |
byte[] |
harByResponseRegex(java.lang.String apikey,
java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
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(String, int,
String) ). |
byte[] |
harByUrlRegex(java.lang.String apikey,
java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
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(String, int,
String) ). |
public SearchDeprecated(ClientApi api)
@Deprecated public byte[] harByUrlRegex(java.lang.String apikey, java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public byte[] harByRequestRegex(java.lang.String apikey, java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public byte[] harByResponseRegex(java.lang.String apikey, java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public byte[] harByHeaderRegex(java.lang.String apikey, java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException