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