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