public class ConnectAppReader extends Reader<ConnectApp>
| Constructor and Description |
|---|
ConnectAppReader()
Construct a new ConnectAppReader.
|
ConnectAppReader(String pathAccountSid)
Construct a new ConnectAppReader.
|
| Modifier and Type | Method and Description |
|---|---|
Page<ConnectApp> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ConnectApp> |
getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<ConnectApp> |
nextPage(Page<ConnectApp> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ConnectApp> |
previousPage(Page<ConnectApp> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<ConnectApp> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
public ConnectAppReader()
public ConnectAppReader(String pathAccountSid)
pathAccountSid - The account_sidpublic ResourceSet<ConnectApp> read(TwilioRestClient client)
read 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> getPage(String targetUrl, TwilioRestClient client)
getPage in class Reader<ConnectApp>targetUrl - API-generated URL for the requested results pageclient - 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 requestpublic Page<ConnectApp> previousPage(Page<ConnectApp> page, TwilioRestClient client)
previousPage in class Reader<ConnectApp>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.