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