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