Uses of Class
com.algorand.algosdk.v2.client.indexer.SearchForApplications
-
Packages that use SearchForApplications Package Description com.algorand.algosdk.v2.client.common com.algorand.algosdk.v2.client.indexer -
-
Uses of SearchForApplications in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return SearchForApplications Modifier and Type Method Description SearchForApplicationsIndexerClient. searchForApplications()Search for applications /v2/applications -
Uses of SearchForApplications in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return SearchForApplications Modifier and Type Method Description SearchForApplicationsSearchForApplications. applicationId(Long applicationId)Application IDSearchForApplicationsSearchForApplications. creator(String creator)Filter just applications with the given creator address.SearchForApplicationsSearchForApplications. includeAll(Boolean includeAll)Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.SearchForApplicationsSearchForApplications. limit(Long limit)Maximum number of results to return.SearchForApplicationsSearchForApplications. next(String next)The next page of results.
-