| Constructor and Description |
|---|
IpAddressReader(String pathIpAccessControlListSid)
Construct a new IpAddressReader.
|
IpAddressReader(String pathAccountSid,
String pathIpAccessControlListSid)
Construct a new IpAddressReader.
|
| Modifier and Type | Method and Description |
|---|---|
Page<IpAddress> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAddress> |
getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<IpAddress> |
nextPage(Page<IpAddress> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<IpAddress> |
previousPage(Page<IpAddress> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<IpAddress> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
public IpAddressReader(String pathIpAccessControlListSid)
pathIpAccessControlListSid - The ip_access_control_list_sidpublic ResourceSet<IpAddress> read(TwilioRestClient client)
public Page<IpAddress> firstPage(TwilioRestClient client)
public Page<IpAddress> getPage(String targetUrl, TwilioRestClient client)
public Page<IpAddress> nextPage(Page<IpAddress> page, TwilioRestClient client)
public Page<IpAddress> previousPage(Page<IpAddress> page, TwilioRestClient client)
previousPage in class Reader<IpAddress>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.