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, fetchAsync
public SyncListPermissionFetcher(String pathServiceSid, String pathListSid, String pathIdentity)
pathServiceSid
- The SID of the Sync Service with the Sync List
Permission resource to fetchpathListSid
- The SID of the Sync List with the Sync List Permission
resource to fetchpathIdentity
- The application-defined string that uniquely identifies
the User's Sync List Permission resource to fetchpublic SyncListPermission fetch(TwilioRestClient client)
fetch
in class Fetcher<SyncListPermission>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.