public abstract class ListResponse<T> extends CountableResponse
| Modifier and Type | Field and Description |
|---|---|
ArrayList<T> |
list |
count| Constructor and Description |
|---|
ListResponse(int count,
org.json.JSONArray jsonArray) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
buildItem(org.json.JSONObject jsonObject) |
ArrayList<T> |
getList()
Deprecated.
use @link #list instead
|
getCountprotected abstract T buildItem(org.json.JSONObject jsonObject)
@Deprecated public ArrayList<T> getList()
Copyright © 2024. All rights reserved.