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