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