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