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