Class LookupApplicationByID


  • public class LookupApplicationByID
    extends Query
    Lookup application. /v2/applications/{application-id}
    • Constructor Detail

      • LookupApplicationByID

        public LookupApplicationByID​(Client client,
                                     Long applicationId)
        Parameters:
        applicationId -
    • Method Detail

      • includeAll

        public LookupApplicationByID 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<ApplicationResponse> 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