public class WorkflowRealTimeStatisticsFetcher extends Fetcher<WorkflowRealTimeStatistics>
| Constructor and Description |
|---|
WorkflowRealTimeStatisticsFetcher(String pathWorkspaceSid,
String pathWorkflowSid)
Construct a new WorkflowRealTimeStatisticsFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowRealTimeStatistics |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
WorkflowRealTimeStatisticsFetcher |
setTaskChannel(String taskChannel)
The task_channel.
|
fetch, fetchAsync, fetchAsyncpublic WorkflowRealTimeStatisticsFetcher setTaskChannel(String taskChannel)
taskChannel - The task_channelpublic WorkflowRealTimeStatistics fetch(TwilioRestClient client)
fetch in class Fetcher<WorkflowRealTimeStatistics>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.