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