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