Class WorkersCumulativeStatisticsFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<WorkersCumulativeStatistics>
-
- com.twilio.rest.taskrouter.v1.workspace.worker.WorkersCumulativeStatisticsFetcher
-
public class WorkersCumulativeStatisticsFetcher extends Fetcher<WorkersCumulativeStatistics>
-
-
Constructor Summary
Constructors Constructor Description WorkersCumulativeStatisticsFetcher(String pathWorkspaceSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkersCumulativeStatisticsfetch(TwilioRestClient client)Execute a request using specified client.WorkersCumulativeStatisticsFetchersetEndDate(ZonedDateTime endDate)WorkersCumulativeStatisticsFetchersetMinutes(Integer minutes)WorkersCumulativeStatisticsFetchersetStartDate(ZonedDateTime startDate)WorkersCumulativeStatisticsFetchersetTaskChannel(String taskChannel)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
WorkersCumulativeStatisticsFetcher
public WorkersCumulativeStatisticsFetcher(String pathWorkspaceSid)
-
-
Method Detail
-
setEndDate
public WorkersCumulativeStatisticsFetcher setEndDate(ZonedDateTime endDate)
-
setMinutes
public WorkersCumulativeStatisticsFetcher setMinutes(Integer minutes)
-
setStartDate
public WorkersCumulativeStatisticsFetcher setStartDate(ZonedDateTime startDate)
-
setTaskChannel
public WorkersCumulativeStatisticsFetcher setTaskChannel(String taskChannel)
-
fetch
public WorkersCumulativeStatistics fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<WorkersCumulativeStatistics>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-