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