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