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