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