public class SessionManagementDeprecated
extends java.lang.Object
Constructor and Description |
---|
SessionManagementDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
setSessionManagementMethod(java.lang.String apikey,
java.lang.String contextid,
java.lang.String methodname,
java.lang.String methodconfigparams)
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 SessionManagementDeprecated(ClientApi api)
@Deprecated public ApiResponse setSessionManagementMethod(java.lang.String apikey, java.lang.String contextid, java.lang.String methodname, java.lang.String methodconfigparams) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException