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