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