Constructor and Description |
---|
DeviceReader() |
Modifier and Type | Method and Description |
---|---|
DeviceReader |
byRatePlan(String ratePlan)
The rate_plan.
|
DeviceReader |
bySimIdentifier(String simIdentifier)
The sim_identifier.
|
DeviceReader |
byStatus(String status)
The status.
|
ResourceSet<Device> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Device> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Device> |
nextPage(Page<Device> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public DeviceReader byStatus(String status)
status
- The statuspublic DeviceReader bySimIdentifier(String simIdentifier)
simIdentifier
- The sim_identifierpublic DeviceReader byRatePlan(String ratePlan)
ratePlan
- The rate_planpublic ResourceSet<Device> execute(TwilioRestClient client)
public Page<Device> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.