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