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