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