public class SyncListPermissionFetcher extends Fetcher<SyncListPermission>
| Constructor and Description |
|---|
SyncListPermissionFetcher(String pathServiceSid,
String pathListSid,
String pathIdentity)
Construct a new SyncListPermissionFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
SyncListPermission |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic SyncListPermissionFetcher(String pathServiceSid, String pathListSid, String pathIdentity)
pathServiceSid - The service_sidpathListSid - Sync List SID or unique name.pathIdentity - Identity of the user to whom the Sync List Permission
applies.public SyncListPermission fetch(TwilioRestClient client)
fetch in class Fetcher<SyncListPermission>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.