Class SyncMapPermissionFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<SyncMapPermission>
-
- com.twilio.rest.sync.v1.service.syncmap.SyncMapPermissionFetcher
-
public class SyncMapPermissionFetcher extends Fetcher<SyncMapPermission>
-
-
Constructor Summary
Constructors Constructor Description SyncMapPermissionFetcher(String pathServiceSid, String pathMapSid, String pathIdentity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncMapPermissionfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public SyncMapPermission fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<SyncMapPermission>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-