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