| Constructor and Description |
|---|
TollFreeReader(String accountSid,
String countryCode)
Construct a new TollFreeReader.
|
| Modifier and Type | Method and Description |
|---|---|
TollFreeReader |
byAreaCode(Integer areaCode)
The area_code.
|
TollFreeReader |
byBeta(Boolean beta)
The beta.
|
TollFreeReader |
byContains(String contains)
The contains.
|
TollFreeReader |
byExcludeAllAddressRequired(Boolean excludeAllAddressRequired)
The exclude_all_address_required.
|
TollFreeReader |
byExcludeForeignAddressRequired(Boolean excludeForeignAddressRequired)
The exclude_foreign_address_required.
|
TollFreeReader |
byExcludeLocalAddressRequired(Boolean excludeLocalAddressRequired)
The exclude_local_address_required.
|
TollFreeReader |
byMmsEnabled(Boolean mmsEnabled)
The mms_enabled.
|
TollFreeReader |
bySmsEnabled(Boolean smsEnabled)
The sms_enabled.
|
TollFreeReader |
byVoiceEnabled(Boolean voiceEnabled)
The voice_enabled.
|
ResourceSet<TollFree> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<TollFree> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<TollFree> |
nextPage(Page<TollFree> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public TollFreeReader byAreaCode(Integer areaCode)
areaCode - The area_codepublic TollFreeReader byContains(String contains)
contains - The containspublic TollFreeReader bySmsEnabled(Boolean smsEnabled)
smsEnabled - The sms_enabledpublic TollFreeReader byMmsEnabled(Boolean mmsEnabled)
mmsEnabled - The mms_enabledpublic TollFreeReader byVoiceEnabled(Boolean voiceEnabled)
voiceEnabled - The voice_enabledpublic TollFreeReader byExcludeAllAddressRequired(Boolean excludeAllAddressRequired)
excludeAllAddressRequired - The exclude_all_address_requiredpublic TollFreeReader byExcludeLocalAddressRequired(Boolean excludeLocalAddressRequired)
excludeLocalAddressRequired - The exclude_local_address_requiredpublic TollFreeReader byExcludeForeignAddressRequired(Boolean excludeForeignAddressRequired)
excludeForeignAddressRequired - The exclude_foreign_address_requiredpublic TollFreeReader byBeta(Boolean beta)
beta - The betapublic ResourceSet<TollFree> execute(TwilioRestClient client)
public Page<TollFree> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.