Package nxt.http.callers
Class GetPhasingPollCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetPhasingPollCall>
-
- nxt.http.callers.GetPhasingPollCall
-
public class GetPhasingPollCall extends APICall.Builder<GetPhasingPollCall>
-
-
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 GetPhasingPollCall
countVotes(java.lang.String countVotes)
static GetPhasingPollCall
create()
GetPhasingPollCall
requireBlock(java.lang.String requireBlock)
GetPhasingPollCall
requireLastBlock(java.lang.String requireLastBlock)
GetPhasingPollCall
transaction(long transaction)
GetPhasingPollCall
transaction(java.lang.String transaction)
-
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 GetPhasingPollCall create()
-
requireLastBlock
public GetPhasingPollCall requireLastBlock(java.lang.String requireLastBlock)
-
countVotes
public GetPhasingPollCall countVotes(java.lang.String countVotes)
-
transaction
public GetPhasingPollCall transaction(java.lang.String transaction)
-
transaction
public GetPhasingPollCall transaction(long transaction)
-
requireBlock
public GetPhasingPollCall requireBlock(java.lang.String requireBlock)
-
-