Package nxt.http.callers
Class GetPollVotesCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetPollVotesCall>
-
- nxt.http.callers.GetPollVotesCall
-
public class GetPollVotesCall extends APICall.Builder<GetPollVotesCall>
-
-
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 GetPollVotesCall
create()
GetPollVotesCall
firstIndex(int firstIndex)
GetPollVotesCall
includeWeights(boolean includeWeights)
GetPollVotesCall
lastIndex(int lastIndex)
GetPollVotesCall
poll(long poll)
GetPollVotesCall
poll(java.lang.String poll)
GetPollVotesCall
requireBlock(java.lang.String requireBlock)
GetPollVotesCall
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 GetPollVotesCall create()
-
requireLastBlock
public GetPollVotesCall requireLastBlock(java.lang.String requireLastBlock)
-
firstIndex
public GetPollVotesCall firstIndex(int firstIndex)
-
includeWeights
public GetPollVotesCall includeWeights(boolean includeWeights)
-
lastIndex
public GetPollVotesCall lastIndex(int lastIndex)
-
poll
public GetPollVotesCall poll(java.lang.String poll)
-
poll
public GetPollVotesCall poll(long poll)
-
requireBlock
public GetPollVotesCall requireBlock(java.lang.String requireBlock)
-
-