public class APINodeList<T extends APINode> extends ArrayList<T> implements APIResponse
modCount| Constructor and Description |
|---|
APINodeList(APIRequest<T> request,
String rawValue) |
| Modifier and Type | Method and Description |
|---|---|
APIException |
getException() |
String |
getRawResponse() |
com.google.gson.JsonObject |
getRawResponseAsJsonObject() |
T |
head() |
APINodeList<T> |
nextPage() |
APINodeList<T> |
nextPage(int limit) |
void |
setPaging(String before,
String after) |
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, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic APINodeList(APIRequest<T> request, String rawValue)
public APINodeList<T> nextPage() throws APIException
APIExceptionpublic APINodeList<T> nextPage(int limit) throws APIException
APIExceptionpublic String getRawResponse()
getRawResponse in interface APIResponsepublic com.google.gson.JsonObject getRawResponseAsJsonObject()
getRawResponseAsJsonObject in interface APIResponsepublic T head()
head in interface APIResponsepublic APIException getException()
getException in interface APIResponseCopyright © 2017. All rights reserved.