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