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