Constructor and Description |
---|
TollFreeReader()
Construct a new TollFreeReader.
|
TollFreeReader(String ownerAccountSid)
Construct a new TollFreeReader.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ResourceSet<TollFree> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
TollFreeReader |
setBeta(Boolean beta)
The beta.
|
TollFreeReader |
setFriendlyName(String friendlyName)
The friendly_name.
|
TollFreeReader |
setPhoneNumber(PhoneNumber phoneNumber)
The phone_number.
|
public TollFreeReader()
public TollFreeReader(String ownerAccountSid)
ownerAccountSid
- The owner_account_sidpublic TollFreeReader setBeta(Boolean beta)
beta
- The betapublic TollFreeReader setFriendlyName(String friendlyName)
friendlyName
- The friendly_namepublic TollFreeReader setPhoneNumber(PhoneNumber phoneNumber)
phoneNumber
- The phone_numberpublic ResourceSet<TollFree> read(TwilioRestClient client)
public Page<TollFree> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.