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