| Constructor and Description |
|---|
PublicKeyReader() |
| Modifier and Type | Method and Description |
|---|---|
Page<PublicKey> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<PublicKey> |
getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<PublicKey> |
nextPage(Page<PublicKey> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<PublicKey> |
previousPage(Page<PublicKey> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<PublicKey> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
public ResourceSet<PublicKey> read(TwilioRestClient client)
public Page<PublicKey> firstPage(TwilioRestClient client)
public Page<PublicKey> getPage(String targetUrl, TwilioRestClient client)
public Page<PublicKey> nextPage(Page<PublicKey> page, TwilioRestClient client)
public Page<PublicKey> previousPage(Page<PublicKey> page, TwilioRestClient client)
previousPage in class Reader<PublicKey>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.