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