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