Package nxt.http.callers
Class GetLastExchangesCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetLastExchangesCall>
-
- nxt.http.callers.GetLastExchangesCall
-
public class GetLastExchangesCall extends APICall.Builder<GetLastExchangesCall>
-
-
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 GetLastExchangesCall
create()
GetLastExchangesCall
currencies(java.lang.String... currencies)
GetLastExchangesCall
requireBlock(java.lang.String requireBlock)
GetLastExchangesCall
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 GetLastExchangesCall create()
-
requireLastBlock
public GetLastExchangesCall requireLastBlock(java.lang.String requireLastBlock)
-
requireBlock
public GetLastExchangesCall requireBlock(java.lang.String requireBlock)
-
currencies
public GetLastExchangesCall currencies(java.lang.String... currencies)
-
-