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