public class AcsrfDeprecated
extends java.lang.Object
Constructor and Description |
---|
AcsrfDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
addOptionToken(java.lang.String apikey,
java.lang.String string)
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) ). |
byte[] |
genForm(java.lang.String apikey,
java.lang.String hrefid)
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 |
removeOptionToken(java.lang.String apikey,
java.lang.String string)
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 AcsrfDeprecated(ClientApi api)
@Deprecated public ApiResponse addOptionToken(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse removeOptionToken(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public byte[] genForm(java.lang.String apikey, java.lang.String hrefid) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException