Class AccountApplicationsInformationResponse
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.AccountApplicationsInformationResponse
-
public class AccountApplicationsInformationResponse extends PathResponse
AccountApplicationsInformationResponse contains a list of application resources for an account.
-
-
Field Summary
Fields Modifier and Type Field Description List<AccountApplicationResource>applicationResourcesStringnextTokenUsed for pagination, when making another request provide this token with the next parameter.LongroundThe round for which this information is relevant.
-
Constructor Summary
Constructors Constructor Description AccountApplicationsInformationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
applicationResources
public List<AccountApplicationResource> applicationResources
-
nextToken
public String nextToken
Used for pagination, when making another request provide this token with the next parameter. The next token is the next application ID to use as the pagination cursor.
-
round
public Long round
The round for which this information is relevant.
-
-