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