public class PscanDeprecated
extends java.lang.Object
Constructor and Description |
---|
PscanDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
disableAllScanners(java.lang.String apikey)
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) ). |
ApiResponse |
disableScanners(java.lang.String apikey,
java.lang.String ids)
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) ). |
ApiResponse |
enableAllScanners(java.lang.String apikey)
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) ). |
ApiResponse |
enableScanners(java.lang.String apikey,
java.lang.String ids)
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) ). |
ApiResponse |
setEnabled(java.lang.String apikey,
java.lang.String enabled)
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) ). |
ApiResponse |
setScannerAlertThreshold(java.lang.String apikey,
java.lang.String id,
java.lang.String alertthreshold)
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 PscanDeprecated(ClientApi api)
@Deprecated public ApiResponse setEnabled(java.lang.String apikey, java.lang.String enabled) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse enableAllScanners(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse disableAllScanners(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse enableScanners(java.lang.String apikey, java.lang.String ids) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse disableScanners(java.lang.String apikey, java.lang.String ids) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setScannerAlertThreshold(java.lang.String apikey, java.lang.String id, java.lang.String alertthreshold) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException