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