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