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