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