public class GetPollsCall extends APICall.Builder
params
Modifier and Type | Method and Description |
---|---|
GetPollsCall |
account(long account) |
GetPollsCall |
account(java.lang.String account) |
GetPollsCall |
chain(int chain) |
GetPollsCall |
chain(java.lang.String chain) |
static GetPollsCall |
create(int chain) |
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) |
build, call, feeNQT, feeRateNQTPerFXT, getBlock, getBlocks, getChain, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, param, param, param, param, param, param, param, param, param, param, parts, recipient, remote, secretPhrase, unsignedLongParam, unsignedLongParam
public static GetPollsCall create(int chain)
public GetPollsCall requireLastBlock(java.lang.String requireLastBlock)
public GetPollsCall chain(java.lang.String chain)
public GetPollsCall chain(int chain)
chain
in class APICall.Builder
public GetPollsCall firstIndex(int firstIndex)
public GetPollsCall finishedOnly(java.lang.String finishedOnly)
public GetPollsCall includeFinished(boolean includeFinished)
public GetPollsCall lastIndex(int lastIndex)
public GetPollsCall account(java.lang.String account)
public GetPollsCall account(long account)
public GetPollsCall requireBlock(java.lang.String requireBlock)
public GetPollsCall timestamp(int timestamp)