Class PnhDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.PnhDeprecated
-
- Direct Known Subclasses:
Pnh
public class PnhDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description PnhDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]
fx_pnhxpi(java.lang.String apikey)
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[]
manifest(java.lang.String apikey)
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
monitor(java.lang.String apikey, java.lang.String id, java.lang.String message)
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
oracle(java.lang.String apikey, java.lang.String id)
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[]
pnh(java.lang.String apikey)
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[]
service(java.lang.String apikey)
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
startMonitoring(java.lang.String apikey, java.lang.String url)
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
stopMonitoring(java.lang.String apikey, java.lang.String id)
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
-
PnhDeprecated
public PnhDeprecated(ClientApi api)
-
-
Method Detail
-
monitor
@Deprecated public ApiResponse monitor(java.lang.String apikey, java.lang.String id, java.lang.String message) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
oracle
@Deprecated public ApiResponse oracle(java.lang.String apikey, java.lang.String id) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
startMonitoring
@Deprecated public ApiResponse startMonitoring(java.lang.String apikey, java.lang.String url) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
stopMonitoring
@Deprecated public ApiResponse stopMonitoring(java.lang.String apikey, java.lang.String id) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
pnh
@Deprecated public byte[] pnh(java.lang.String apikey) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
manifest
@Deprecated public byte[] manifest(java.lang.String apikey) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
service
@Deprecated public byte[] service(java.lang.String apikey) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
fx_pnhxpi
@Deprecated public byte[] fx_pnhxpi(java.lang.String apikey) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-