public abstract class NextGenListResource<T extends NextGenInstanceResource,C extends TwilioClient> extends Resource<C> implements Iterable<T>
| Constructor and Description |
|---|
NextGenListResource(C client) |
NextGenListResource(C client,
Map<String,String> filters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageUrl() |
int |
getPage() |
List<T> |
getPageData() |
int |
getPageSize() |
String |
getPreviousPageUrl() |
String |
getUrl() |
Iterator<T> |
iterator() |
setRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic NextGenListResource(C client)
public Iterator<T> iterator()
iterator in interface Iterable<T extends NextGenInstanceResource>public String getNextPageUrl()
public int getPage()
public int getPageSize()
public String getPreviousPageUrl()
public String getUrl()
Copyright © 2011 Twilio, Inc. All Rights Reserved.