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