public class ApplicationReader extends Reader<Application>
| Constructor and Description |
|---|
ApplicationReader(String accountSid)
Construct a new ApplicationReader.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationReader |
byFriendlyName(String friendlyName)
Only return application resources with friendly names that match exactly with
this name.
|
ResourceSet<Application> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Application> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Application> |
nextPage(Page<Application> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public ApplicationReader(String accountSid)
accountSid - The account_sidpublic ApplicationReader byFriendlyName(String friendlyName)
friendlyName - Filter by friendly namepublic ResourceSet<Application> execute(TwilioRestClient client)
execute in class Reader<Application>client - TwilioRestClient with which to make the requestpublic Page<Application> firstPage(TwilioRestClient client)
firstPage in class Reader<Application>client - TwilioRestClient with which to make the requestpublic Page<Application> nextPage(Page<Application> page, TwilioRestClient client)
nextPage in class Reader<Application>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.