Class WorkflowRealTimeStatisticsFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<WorkflowRealTimeStatistics>
-
- com.twilio.rest.taskrouter.v1.workspace.workflow.WorkflowRealTimeStatisticsFetcher
-
public class WorkflowRealTimeStatisticsFetcher extends Fetcher<WorkflowRealTimeStatistics>
-
-
Constructor Summary
Constructors Constructor Description WorkflowRealTimeStatisticsFetcher(String pathWorkspaceSid, String pathWorkflowSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowRealTimeStatisticsfetch(TwilioRestClient client)Execute a request using specified client.WorkflowRealTimeStatisticsFetchersetTaskChannel(String taskChannel)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
setTaskChannel
public WorkflowRealTimeStatisticsFetcher setTaskChannel(String taskChannel)
-
fetch
public WorkflowRealTimeStatistics fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<WorkflowRealTimeStatistics>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-