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