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