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