Class SearchDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.SearchDeprecated
-
- Direct Known Subclasses:
Search
public class SearchDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description SearchDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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 theClientApi
constructors that allow to set the API key (e.g.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 theClientApi
constructors that allow to set the API key (e.g.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 theClientApi
constructors that allow to set the API key (e.g.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 theClientApi
constructors that allow to set the API key (e.g.
-
-
-
Constructor Detail
-
SearchDeprecated
public SearchDeprecated(ClientApi api)
-
-
Method Detail
-
harByUrlRegex
@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
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
-
harByRequestRegex
@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
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
-
harByResponseRegex
@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
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
-
harByHeaderRegex
@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
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
-
-