public class GetAssetPropertiesCall extends APICall.Builder<GetAssetPropertiesCall>
params
Modifier and Type | Method and Description |
---|---|
GetAssetPropertiesCall |
asset(long asset) |
GetAssetPropertiesCall |
asset(java.lang.String asset) |
static GetAssetPropertiesCall |
create() |
GetAssetPropertiesCall |
firstIndex(int firstIndex) |
GetAssetPropertiesCall |
lastIndex(int lastIndex) |
GetAssetPropertiesCall |
property(java.lang.String property) |
GetAssetPropertiesCall |
requireBlock(java.lang.String requireBlock) |
GetAssetPropertiesCall |
requireLastBlock(java.lang.String requireLastBlock) |
GetAssetPropertiesCall |
setter(long setter) |
GetAssetPropertiesCall |
setter(java.lang.String setter) |
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
public static GetAssetPropertiesCall create()
public GetAssetPropertiesCall requireLastBlock(java.lang.String requireLastBlock)
public GetAssetPropertiesCall firstIndex(int firstIndex)
public GetAssetPropertiesCall property(java.lang.String property)
public GetAssetPropertiesCall lastIndex(int lastIndex)
public GetAssetPropertiesCall setter(java.lang.String setter)
public GetAssetPropertiesCall setter(long setter)
public GetAssetPropertiesCall asset(java.lang.String asset)
public GetAssetPropertiesCall asset(long asset)
public GetAssetPropertiesCall requireBlock(java.lang.String requireBlock)