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 |
completed(java.lang.String completed) |
static GetDGSPurchaseCountCall |
create() |
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, 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
public static GetDGSPurchaseCountCall create()
public GetDGSPurchaseCountCall requireLastBlock(java.lang.String requireLastBlock)
public GetDGSPurchaseCountCall seller(java.lang.String seller)
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)