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 SearchForApplications
IndexerClient. 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 SearchForApplications
SearchForApplications. applicationId(Long applicationId)
Application IDSearchForApplications
SearchForApplications. creator(String creator)
Filter just applications with the given creator address.SearchForApplications
SearchForApplications. includeAll(Boolean includeAll)
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.SearchForApplications
SearchForApplications. limit(Long limit)
Maximum number of results to return.SearchForApplications
SearchForApplications. next(String next)
The next page of results.
-