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