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