Package nxt.http.callers
Class GetDGSPurchaseCountCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetDGSPurchaseCountCall>
-
- nxt.http.callers.GetDGSPurchaseCountCall
-
public class GetDGSPurchaseCountCall extends APICall.Builder<GetDGSPurchaseCountCall>
-
-
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 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)
-
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 GetDGSPurchaseCountCall create()
-
requireLastBlock
public GetDGSPurchaseCountCall requireLastBlock(java.lang.String requireLastBlock)
-
seller
public GetDGSPurchaseCountCall seller(java.lang.String seller)
-
completed
public GetDGSPurchaseCountCall completed(java.lang.String completed)
-
withPublicFeedbacksOnly
public GetDGSPurchaseCountCall withPublicFeedbacksOnly(java.lang.String withPublicFeedbacksOnly)
-
requireBlock
public GetDGSPurchaseCountCall requireBlock(java.lang.String requireBlock)
-
buyer
public GetDGSPurchaseCountCall buyer(java.lang.String buyer)
-
buyer
public GetDGSPurchaseCountCall buyer(long buyer)
-
-