public class SyncListPermissionReader extends Reader<SyncListPermission>
Constructor and Description |
---|
SyncListPermissionReader(String pathServiceSid,
String pathListSid)
Construct a new SyncListPermissionReader.
|
Modifier and Type | Method and Description |
---|---|
Page<SyncListPermission> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncListPermission> |
nextPage(Page<SyncListPermission> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
ResourceSet<SyncListPermission> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
public ResourceSet<SyncListPermission> read(TwilioRestClient client)
read
in class Reader<SyncListPermission>
client
- TwilioRestClient with which to make the requestpublic Page<SyncListPermission> firstPage(TwilioRestClient client)
firstPage
in class Reader<SyncListPermission>
client
- TwilioRestClient with which to make the requestpublic Page<SyncListPermission> nextPage(Page<SyncListPermission> page, TwilioRestClient client)
nextPage
in class Reader<SyncListPermission>
page
- current pageclient
- TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.