public class CollectionResponse
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionResponse.CollectionSubResponse |
static class |
CollectionResponse.ErrorResponse |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<CollectionResponse.CollectionSubResponse> |
subResponses |
| Constructor and Description |
|---|
CollectionResponse(JSONArray responseJsonArray) |
public final java.util.List<CollectionResponse.CollectionSubResponse> subResponses