Package nxt.http.callers
Class GetCurrencyAccountsCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetCurrencyAccountsCall>
-
- nxt.http.callers.GetCurrencyAccountsCall
-
public class GetCurrencyAccountsCall extends APICall.Builder<GetCurrencyAccountsCall>
-
-
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 static GetCurrencyAccountsCall
create()
GetCurrencyAccountsCall
currency(long currency)
GetCurrencyAccountsCall
currency(java.lang.String currency)
GetCurrencyAccountsCall
firstIndex(int firstIndex)
GetCurrencyAccountsCall
height(int height)
GetCurrencyAccountsCall
lastIndex(int lastIndex)
GetCurrencyAccountsCall
requireBlock(java.lang.String requireBlock)
GetCurrencyAccountsCall
requireLastBlock(java.lang.String requireLastBlock)
-
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 GetCurrencyAccountsCall create()
-
requireLastBlock
public GetCurrencyAccountsCall requireLastBlock(java.lang.String requireLastBlock)
-
firstIndex
public GetCurrencyAccountsCall firstIndex(int firstIndex)
-
currency
public GetCurrencyAccountsCall currency(java.lang.String currency)
-
currency
public GetCurrencyAccountsCall currency(long currency)
-
lastIndex
public GetCurrencyAccountsCall lastIndex(int lastIndex)
-
requireBlock
public GetCurrencyAccountsCall requireBlock(java.lang.String requireBlock)
-
height
public GetCurrencyAccountsCall height(int height)
-
-