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