public class GetDGSPurchaseCountCall extends APICall.Builder<GetDGSPurchaseCountCall>
params
Modifier and Type | Method and Description |
---|---|
GetDGSPurchaseCountCall |
buyer(long buyer) |
GetDGSPurchaseCountCall |
buyer(java.lang.String buyer) |
GetDGSPurchaseCountCall |
chain(int chain) |
GetDGSPurchaseCountCall |
chain(java.lang.String chain) |
GetDGSPurchaseCountCall |
completed(java.lang.String completed) |
static GetDGSPurchaseCountCall |
create(int chain) |
GetDGSPurchaseCountCall |
requireBlock(java.lang.String requireBlock) |
GetDGSPurchaseCountCall |
requireLastBlock(java.lang.String requireLastBlock) |
GetDGSPurchaseCountCall |
seller(java.lang.String seller) |
GetDGSPurchaseCountCall |
withPublicFeedbacksOnly(java.lang.String withPublicFeedbacksOnly) |
build, call, download, feeNQT, feeRateNQTPerFXT, getBlock, getBlocks, getChain, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, recipient, remote, secretPhrase, setParamValidation, unsignedLongParam, unsignedLongParam
public static GetDGSPurchaseCountCall create(int chain)
public GetDGSPurchaseCountCall requireLastBlock(java.lang.String requireLastBlock)
public GetDGSPurchaseCountCall seller(java.lang.String seller)
public GetDGSPurchaseCountCall chain(java.lang.String chain)
public GetDGSPurchaseCountCall chain(int chain)
chain
in class APICall.Builder<GetDGSPurchaseCountCall>
public GetDGSPurchaseCountCall completed(java.lang.String completed)
public GetDGSPurchaseCountCall withPublicFeedbacksOnly(java.lang.String withPublicFeedbacksOnly)
public GetDGSPurchaseCountCall requireBlock(java.lang.String requireBlock)
public GetDGSPurchaseCountCall buyer(java.lang.String buyer)
public GetDGSPurchaseCountCall buyer(long buyer)