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