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