Constructor and Description |
---|
AddressReader(String accountSid)
Construct a new AddressReader.
|
Modifier and Type | Method and Description |
---|---|
AddressReader |
byCustomerName(String customerName)
The customer_name.
|
AddressReader |
byFriendlyName(String friendlyName)
The friendly_name.
|
AddressReader |
byIsoCountry(String isoCountry)
The iso_country.
|
ResourceSet<Address> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Address> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Address> |
nextPage(Page<Address> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public AddressReader(String accountSid)
accountSid
- The account_sidpublic AddressReader byCustomerName(String customerName)
customerName
- The customer_namepublic AddressReader byFriendlyName(String friendlyName)
friendlyName
- The friendly_namepublic AddressReader byIsoCountry(String isoCountry)
isoCountry
- The iso_countrypublic ResourceSet<Address> execute(TwilioRestClient client)
public Page<Address> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.