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