public class UsersDeprecated
extends java.lang.Object
Constructor and Description |
---|
UsersDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
newUser(java.lang.String apikey,
java.lang.String contextid,
java.lang.String name)
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 |
removeUser(java.lang.String apikey,
java.lang.String contextid,
java.lang.String userid)
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 |
setAuthenticationCredentials(java.lang.String apikey,
java.lang.String contextid,
java.lang.String userid,
java.lang.String authcredentialsconfigparams)
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 |
setUserEnabled(java.lang.String apikey,
java.lang.String contextid,
java.lang.String userid,
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 |
setUserName(java.lang.String apikey,
java.lang.String contextid,
java.lang.String userid,
java.lang.String name)
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 UsersDeprecated(ClientApi api)
@Deprecated public ApiResponse newUser(java.lang.String apikey, java.lang.String contextid, java.lang.String name) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse removeUser(java.lang.String apikey, java.lang.String contextid, java.lang.String userid) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setUserEnabled(java.lang.String apikey, java.lang.String contextid, java.lang.String userid, 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 setUserName(java.lang.String apikey, java.lang.String contextid, java.lang.String userid, java.lang.String name) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setAuthenticationCredentials(java.lang.String apikey, java.lang.String contextid, java.lang.String userid, java.lang.String authcredentialsconfigparams) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException