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