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