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