Package nxt.http.callers
Class GetAccountLedgerEntryCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetAccountLedgerEntryCall>
-
- nxt.http.callers.GetAccountLedgerEntryCall
-
public class GetAccountLedgerEntryCall extends APICall.Builder<GetAccountLedgerEntryCall>
-
-
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 GetAccountLedgerEntryCall
create()
GetAccountLedgerEntryCall
includeHoldingInfo(boolean includeHoldingInfo)
GetAccountLedgerEntryCall
includeTransaction(boolean includeTransaction)
GetAccountLedgerEntryCall
ledgerId(long ledgerId)
GetAccountLedgerEntryCall
ledgerId(java.lang.String ledgerId)
-
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 GetAccountLedgerEntryCall create()
-
ledgerId
public GetAccountLedgerEntryCall ledgerId(java.lang.String ledgerId)
-
ledgerId
public GetAccountLedgerEntryCall ledgerId(long ledgerId)
-
includeHoldingInfo
public GetAccountLedgerEntryCall includeHoldingInfo(boolean includeHoldingInfo)
-
includeTransaction
public GetAccountLedgerEntryCall includeTransaction(boolean includeTransaction)
-
-