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