Package nxt.http.callers
Class SearchDGSGoodsCall
- java.lang.Object
-
- nxt.http.APICall.Builder<SearchDGSGoodsCall>
-
- nxt.http.callers.SearchDGSGoodsCall
-
public class SearchDGSGoodsCall extends APICall.Builder<SearchDGSGoodsCall>
-
-
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 static SearchDGSGoodsCall
create()
SearchDGSGoodsCall
firstIndex(int firstIndex)
SearchDGSGoodsCall
hideDelisted(java.lang.String hideDelisted)
SearchDGSGoodsCall
includeCounts(boolean includeCounts)
SearchDGSGoodsCall
inStockOnly(java.lang.String inStockOnly)
SearchDGSGoodsCall
lastIndex(int lastIndex)
SearchDGSGoodsCall
query(java.lang.String query)
SearchDGSGoodsCall
requireBlock(java.lang.String requireBlock)
SearchDGSGoodsCall
requireLastBlock(java.lang.String requireLastBlock)
SearchDGSGoodsCall
seller(java.lang.String seller)
SearchDGSGoodsCall
tag(java.lang.String tag)
-
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 SearchDGSGoodsCall create()
-
requireLastBlock
public SearchDGSGoodsCall requireLastBlock(java.lang.String requireLastBlock)
-
seller
public SearchDGSGoodsCall seller(java.lang.String seller)
-
firstIndex
public SearchDGSGoodsCall firstIndex(int firstIndex)
-
includeCounts
public SearchDGSGoodsCall includeCounts(boolean includeCounts)
-
hideDelisted
public SearchDGSGoodsCall hideDelisted(java.lang.String hideDelisted)
-
query
public SearchDGSGoodsCall query(java.lang.String query)
-
lastIndex
public SearchDGSGoodsCall lastIndex(int lastIndex)
-
tag
public SearchDGSGoodsCall tag(java.lang.String tag)
-
inStockOnly
public SearchDGSGoodsCall inStockOnly(java.lang.String inStockOnly)
-
requireBlock
public SearchDGSGoodsCall requireBlock(java.lang.String requireBlock)
-
-