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