Class LookupAssetByID


  • public class LookupAssetByID
    extends Query
    Lookup asset information. /v2/assets/{asset-id}
    • Constructor Detail

      • LookupAssetByID

        public LookupAssetByID​(Client client,
                               Long assetId)
        Parameters:
        assetId -
    • Method Detail

      • includeAll

        public LookupAssetByID includeAll​(Boolean includeAll)
        Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
      • execute

        public Response<AssetResponse> execute​(String[] headers,
                                               String[] values)
                                        throws Exception
        Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
        Specified by:
        execute in class Query
        Parameters:
        headers - an array of header keys
        values - an array of header values
        Returns:
        the query response object.
        Throws:
        Exception