Class SyncMapPermissionFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<SyncMapPermission>
-
- com.twilio.rest.preview.sync.service.syncmap.SyncMapPermissionFetcher
-
public class SyncMapPermissionFetcher extends Fetcher<SyncMapPermission>
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
-
-
Constructor Summary
Constructors Constructor Description SyncMapPermissionFetcher(String pathServiceSid, String pathMapSid, String pathIdentity)
Construct a new SyncMapPermissionFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncMapPermission
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
SyncMapPermissionFetcher
public SyncMapPermissionFetcher(String pathServiceSid, String pathMapSid, String pathIdentity)
Construct a new SyncMapPermissionFetcher.- Parameters:
pathServiceSid
- The service_sidpathMapSid
- Sync Map SID or unique name.pathIdentity
- Identity of the user to whom the Sync Map Permission applies.
-
-
Method Detail
-
fetch
public SyncMapPermission fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.- Specified by:
fetch
in classFetcher<SyncMapPermission>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Fetched SyncMapPermission
-
-