Constructor and Description |
---|
DocumentReader(String serviceSid)
Construct a new DocumentReader.
|
Modifier and Type | Method and Description |
---|---|
Page<Document> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Document> |
nextPage(Page<Document> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
ResourceSet<Document> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
public DocumentReader(String serviceSid)
serviceSid
- The service_sidpublic ResourceSet<Document> read(TwilioRestClient client)
public Page<Document> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.