Package nxt.http.callers
Class GetDGSGoodsPurchaseCountCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetDGSGoodsPurchaseCountCall>
-
- nxt.http.callers.GetDGSGoodsPurchaseCountCall
-
public class GetDGSGoodsPurchaseCountCall extends APICall.Builder<GetDGSGoodsPurchaseCountCall>
-
-
Field Summary
-
Fields inherited from class nxt.http.APICall.Builder
params
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDGSGoodsPurchaseCountCall
completed(java.lang.String completed)
static GetDGSGoodsPurchaseCountCall
create()
GetDGSGoodsPurchaseCountCall
goods(long goods)
GetDGSGoodsPurchaseCountCall
goods(java.lang.String goods)
GetDGSGoodsPurchaseCountCall
requireBlock(java.lang.String requireBlock)
GetDGSGoodsPurchaseCountCall
requireLastBlock(java.lang.String requireLastBlock)
GetDGSGoodsPurchaseCountCall
withPublicFeedbacksOnly(java.lang.String withPublicFeedbacksOnly)
-
Methods inherited from class nxt.http.APICall.Builder
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
-
-
-
-
Method Detail
-
create
public static GetDGSGoodsPurchaseCountCall create()
-
requireLastBlock
public GetDGSGoodsPurchaseCountCall requireLastBlock(java.lang.String requireLastBlock)
-
goods
public GetDGSGoodsPurchaseCountCall goods(java.lang.String goods)
-
goods
public GetDGSGoodsPurchaseCountCall goods(long goods)
-
completed
public GetDGSGoodsPurchaseCountCall completed(java.lang.String completed)
-
withPublicFeedbacksOnly
public GetDGSGoodsPurchaseCountCall withPublicFeedbacksOnly(java.lang.String withPublicFeedbacksOnly)
-
requireBlock
public GetDGSGoodsPurchaseCountCall requireBlock(java.lang.String requireBlock)
-
-