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