public class AuthorizedConnectAppReader extends Reader<AuthorizedConnectApp>
| Constructor and Description |
|---|
AuthorizedConnectAppReader(String accountSid)
Construct a new AuthorizedConnectAppReader.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSet<AuthorizedConnectApp> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AuthorizedConnectApp> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AuthorizedConnectApp> |
nextPage(Page<AuthorizedConnectApp> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public AuthorizedConnectAppReader(String accountSid)
accountSid - The account_sidpublic ResourceSet<AuthorizedConnectApp> execute(TwilioRestClient client)
execute in class Reader<AuthorizedConnectApp>client - TwilioRestClient with which to make the requestpublic Page<AuthorizedConnectApp> firstPage(TwilioRestClient client)
firstPage in class Reader<AuthorizedConnectApp>client - TwilioRestClient with which to make the requestpublic Page<AuthorizedConnectApp> nextPage(Page<AuthorizedConnectApp> page, TwilioRestClient client)
nextPage in class Reader<AuthorizedConnectApp>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.