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