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