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