Constructor and Description |
---|
IpAddressReader(String accountSid,
String ipAccessControlListSid)
Construct a new IpAddressReader.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<IpAddress> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAddress> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAddress> |
nextPage(Page<IpAddress> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public ResourceSet<IpAddress> execute(TwilioRestClient client)
public Page<IpAddress> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.