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