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