public class GetPollsCall extends APICall.Builder<GetPollsCall>
params| Modifier and Type | Method and 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) | 
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, unsignedLongParampublic static GetPollsCall create()
public GetPollsCall requireLastBlock(java.lang.String requireLastBlock)
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)