public class WorkflowCumulativeStatisticsFetcher extends Fetcher<WorkflowCumulativeStatistics>
| Constructor and Description |
|---|
WorkflowCumulativeStatisticsFetcher(String pathWorkspaceSid,
String pathWorkflowSid)
Construct a new WorkflowCumulativeStatisticsFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowCumulativeStatistics |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
WorkflowCumulativeStatisticsFetcher |
setEndDate(org.joda.time.DateTime endDate)
The end_date.
|
WorkflowCumulativeStatisticsFetcher |
setMinutes(Integer minutes)
The minutes.
|
WorkflowCumulativeStatisticsFetcher |
setSplitByWaitTime(String splitByWaitTime)
The split_by_wait_time.
|
WorkflowCumulativeStatisticsFetcher |
setStartDate(org.joda.time.DateTime startDate)
The start_date.
|
WorkflowCumulativeStatisticsFetcher |
setTaskChannel(String taskChannel)
The task_channel.
|
fetch, fetchAsync, fetchAsyncpublic WorkflowCumulativeStatisticsFetcher setEndDate(org.joda.time.DateTime endDate)
endDate - The end_datepublic WorkflowCumulativeStatisticsFetcher setMinutes(Integer minutes)
minutes - The minutespublic WorkflowCumulativeStatisticsFetcher setStartDate(org.joda.time.DateTime startDate)
startDate - The start_datepublic WorkflowCumulativeStatisticsFetcher setTaskChannel(String taskChannel)
taskChannel - The task_channelpublic WorkflowCumulativeStatisticsFetcher setSplitByWaitTime(String splitByWaitTime)
splitByWaitTime - The split_by_wait_timepublic WorkflowCumulativeStatistics fetch(TwilioRestClient client)
fetch in class Fetcher<WorkflowCumulativeStatistics>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.