Package nxt.http.callers
Class RsConvertCall
- java.lang.Object
-
- nxt.http.APICall.Builder<RsConvertCall>
-
- nxt.http.callers.RsConvertCall
-
public class RsConvertCall extends APICall.Builder<RsConvertCall>
-
-
Field Summary
-
Fields inherited from class nxt.http.APICall.Builder
params
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RsConvertCall
account(long account)
RsConvertCall
account(java.lang.String account)
static RsConvertCall
create()
-
Methods inherited from class nxt.http.APICall.Builder
build, call, chain, chain, download, getBlock, getBlocks, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, remote, secretPhrase, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
-
-
-
-
Method Detail
-
create
public static RsConvertCall create()
-
account
public RsConvertCall account(java.lang.String account)
-
account
public RsConvertCall account(long account)
-
-