public class ListResult extends ArrayList<ListResult.Entry> implements ApiResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListResult.Entry
represents each entry in this result-list
|
| Modifier and Type | Field and Description |
|---|---|
int |
httpCode |
Map<String,List<String>> |
responseHeaders |
modCount| Constructor and Description |
|---|
ListResult(int httpCode,
org.json.JSONObject respJson) |
ListResult(int httpCode,
org.json.JSONObject respJson,
Map<String,List<String>> responseHeaders) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getResponseHeaders() |
int |
httpCode() |
org.json.JSONObject |
jsonResponse() |
String |
nextOffset() |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic int httpCode()
httpCode in interface ApiResponsepublic org.json.JSONObject jsonResponse()
jsonResponse in interface ApiResponsepublic String nextOffset()
public String toString()
toString in class AbstractCollection<ListResult.Entry>Copyright © 2023 ChargeBee. All rights reserved.