public class ContextDeprecated
extends java.lang.Object
Constructor and Description |
---|
ContextDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
excludeAllContextTechnologies(java.lang.String apikey,
java.lang.String contextname)
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 |
excludeContextTechnologies(java.lang.String apikey,
java.lang.String contextname,
java.lang.String technologynames)
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 |
excludeFromContext(java.lang.String apikey,
java.lang.String contextname,
java.lang.String regex)
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 |
exportContext(java.lang.String apikey,
java.lang.String contextname,
java.lang.String contextfile)
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 |
importContext(java.lang.String apikey,
java.lang.String contextfile)
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 |
includeAllContextTechnologies(java.lang.String apikey,
java.lang.String contextname)
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 |
includeContextTechnologies(java.lang.String apikey,
java.lang.String contextname,
java.lang.String technologynames)
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 |
includeInContext(java.lang.String apikey,
java.lang.String contextname,
java.lang.String regex)
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 |
newContext(java.lang.String apikey,
java.lang.String contextname)
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 |
removeContext(java.lang.String apikey,
java.lang.String contextname)
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 |
setContextInScope(java.lang.String apikey,
java.lang.String contextname,
java.lang.String booleaninscope)
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 ContextDeprecated(ClientApi api)
@Deprecated public ApiResponse excludeFromContext(java.lang.String apikey, java.lang.String contextname, java.lang.String regex) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse includeInContext(java.lang.String apikey, java.lang.String contextname, java.lang.String regex) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse newContext(java.lang.String apikey, java.lang.String contextname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse removeContext(java.lang.String apikey, java.lang.String contextname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse exportContext(java.lang.String apikey, java.lang.String contextname, java.lang.String contextfile) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse importContext(java.lang.String apikey, java.lang.String contextfile) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse includeContextTechnologies(java.lang.String apikey, java.lang.String contextname, java.lang.String technologynames) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse includeAllContextTechnologies(java.lang.String apikey, java.lang.String contextname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse excludeContextTechnologies(java.lang.String apikey, java.lang.String contextname, java.lang.String technologynames) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse excludeAllContextTechnologies(java.lang.String apikey, java.lang.String contextname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setContextInScope(java.lang.String apikey, java.lang.String contextname, java.lang.String booleaninscope) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException