public class GetDGSPurchasesCall extends APICall.Builder<GetDGSPurchasesCall>
params
Modifier and Type | Method and 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) |
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 GetDGSPurchasesCall create()
public GetDGSPurchasesCall requireLastBlock(java.lang.String requireLastBlock)
public GetDGSPurchasesCall seller(java.lang.String seller)
public GetDGSPurchasesCall firstIndex(int firstIndex)
public GetDGSPurchasesCall completed(java.lang.String completed)
public GetDGSPurchasesCall lastIndex(int lastIndex)
public GetDGSPurchasesCall withPublicFeedbacksOnly(java.lang.String withPublicFeedbacksOnly)
public GetDGSPurchasesCall requireBlock(java.lang.String requireBlock)
public GetDGSPurchasesCall buyer(java.lang.String buyer)
public GetDGSPurchasesCall buyer(long buyer)