| Constructor and Description |
|---|
TollFreeReader(String ownerAccountSid)
Construct a new TollFreeReader.
|
| Modifier and Type | Method and Description |
|---|---|
TollFreeReader |
byBeta(Boolean beta)
The beta.
|
TollFreeReader |
byFriendlyName(String friendlyName)
The friendly_name.
|
TollFreeReader |
byPhoneNumber(PhoneNumber phoneNumber)
The phone_number.
|
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(String ownerAccountSid)
ownerAccountSid - The owner_account_sidpublic TollFreeReader byBeta(Boolean beta)
beta - The betapublic TollFreeReader byFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic TollFreeReader byPhoneNumber(PhoneNumber phoneNumber)
phoneNumber - The phone_numberpublic ResourceSet<TollFree> execute(TwilioRestClient client)
public Page<TollFree> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.