public class GetDGSGoodsPurchasesCall extends APICall.Builder
params
Modifier and Type | Method and Description |
---|---|
GetDGSGoodsPurchasesCall |
buyer(long buyer) |
GetDGSGoodsPurchasesCall |
buyer(java.lang.String buyer) |
GetDGSGoodsPurchasesCall |
chain(int chain) |
GetDGSGoodsPurchasesCall |
chain(java.lang.String chain) |
GetDGSGoodsPurchasesCall |
completed(java.lang.String completed) |
static GetDGSGoodsPurchasesCall |
create(int chain) |
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, feeNQT, feeRateNQTPerFXT, getBlock, getBlocks, getChain, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, param, param, param, param, param, param, param, param, param, param, parts, recipient, remote, secretPhrase, unsignedLongParam, unsignedLongParam
public static GetDGSGoodsPurchasesCall create(int chain)
public GetDGSGoodsPurchasesCall requireLastBlock(java.lang.String requireLastBlock)
public GetDGSGoodsPurchasesCall chain(java.lang.String chain)
public GetDGSGoodsPurchasesCall chain(int chain)
chain
in class APICall.Builder
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)