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