public class SyncStreamFetcher extends Fetcher<SyncStream>
Constructor and Description |
---|
SyncStreamFetcher(String pathServiceSid,
String pathSid)
Construct a new SyncStreamFetcher.
|
Modifier and Type | Method and Description |
---|---|
SyncStream |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public SyncStream fetch(TwilioRestClient client)
fetch
in class Fetcher<SyncStream>
client
- TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.