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