public class ScriptDeprecated
extends java.lang.Object
Constructor and Description |
---|
ScriptDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
disable(java.lang.String apikey,
java.lang.String scriptname)
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 |
enable(java.lang.String apikey,
java.lang.String scriptname)
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 |
load(java.lang.String apikey,
java.lang.String scriptname,
java.lang.String scripttype,
java.lang.String scriptengine,
java.lang.String filename,
java.lang.String scriptdescription)
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 |
remove(java.lang.String apikey,
java.lang.String scriptname)
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 |
runStandAloneScript(java.lang.String apikey,
java.lang.String scriptname)
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 ScriptDeprecated(ClientApi api)
@Deprecated public ApiResponse enable(java.lang.String apikey, java.lang.String scriptname) throws ClientApiException
ClientApi
constructors that allow to
set the API key (e.g. ClientApi.ClientApi(String, int, String)
).ClientApiException
@Deprecated public ApiResponse disable(java.lang.String apikey, java.lang.String scriptname) throws ClientApiException
ClientApi
constructors that allow to
set the API key (e.g. ClientApi.ClientApi(String, int, String)
).ClientApiException
@Deprecated public ApiResponse load(java.lang.String apikey, java.lang.String scriptname, java.lang.String scripttype, java.lang.String scriptengine, java.lang.String filename, java.lang.String scriptdescription) throws ClientApiException
ClientApi
constructors that allow to
set the API key (e.g. ClientApi.ClientApi(String, int, String)
).ClientApiException
@Deprecated public ApiResponse remove(java.lang.String apikey, java.lang.String scriptname) throws ClientApiException
ClientApi
constructors that allow to
set the API key (e.g. ClientApi.ClientApi(String, int, String)
).ClientApiException
@Deprecated public ApiResponse runStandAloneScript(java.lang.String apikey, java.lang.String scriptname) throws ClientApiException
ClientApi
constructors that allow to
set the API key (e.g. ClientApi.ClientApi(String, int, String)
).ClientApiException