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