public class IpAccessControlListReader extends Reader<IpAccessControlList>
Constructor and Description |
---|
IpAccessControlListReader(String trunkSid)
Construct a new IpAccessControlListReader.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<IpAccessControlList> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAccessControlList> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAccessControlList> |
nextPage(Page<IpAccessControlList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public IpAccessControlListReader(String trunkSid)
trunkSid
- The trunk_sidpublic ResourceSet<IpAccessControlList> execute(TwilioRestClient client)
execute
in class Reader<IpAccessControlList>
client
- TwilioRestClient with which to make the requestpublic Page<IpAccessControlList> firstPage(TwilioRestClient client)
firstPage
in class Reader<IpAccessControlList>
client
- TwilioRestClient with which to make the requestpublic Page<IpAccessControlList> nextPage(Page<IpAccessControlList> page, TwilioRestClient client)
nextPage
in class Reader<IpAccessControlList>
page
- current pageclient
- TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.