Class BoxesResponse
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.BoxesResponse
-
public class BoxesResponse extends PathResponse
Box names of an application
-
-
Field Summary
Fields Modifier and Type Field Description Long
applicationId
(appidx) application index.List<BoxDescriptor>
boxes
String
nextToken
Used for pagination, when making another request provide this token with the next parameter.
-
Constructor Summary
Constructors Constructor Description BoxesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
applicationId
public Long applicationId
(appidx) application index.
-
boxes
public List<BoxDescriptor> boxes
-
nextToken
public String nextToken
Used for pagination, when making another request provide this token with the next parameter.
-
-