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