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