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