Class WorkflowCumulativeStatisticsFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<WorkflowCumulativeStatistics>
-
- com.twilio.rest.taskrouter.v1.workspace.workflow.WorkflowCumulativeStatisticsFetcher
-
public class WorkflowCumulativeStatisticsFetcher extends Fetcher<WorkflowCumulativeStatistics>
-
-
Constructor Summary
Constructors Constructor Description WorkflowCumulativeStatisticsFetcher(String pathWorkspaceSid, String pathWorkflowSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowCumulativeStatisticsfetch(TwilioRestClient client)Execute a request using specified client.WorkflowCumulativeStatisticsFetchersetEndDate(ZonedDateTime endDate)WorkflowCumulativeStatisticsFetchersetMinutes(Integer minutes)WorkflowCumulativeStatisticsFetchersetSplitByWaitTime(String splitByWaitTime)WorkflowCumulativeStatisticsFetchersetStartDate(ZonedDateTime startDate)WorkflowCumulativeStatisticsFetchersetTaskChannel(String taskChannel)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
setEndDate
public WorkflowCumulativeStatisticsFetcher setEndDate(ZonedDateTime endDate)
-
setMinutes
public WorkflowCumulativeStatisticsFetcher setMinutes(Integer minutes)
-
setStartDate
public WorkflowCumulativeStatisticsFetcher setStartDate(ZonedDateTime startDate)
-
setTaskChannel
public WorkflowCumulativeStatisticsFetcher setTaskChannel(String taskChannel)
-
setSplitByWaitTime
public WorkflowCumulativeStatisticsFetcher setSplitByWaitTime(String splitByWaitTime)
-
fetch
public WorkflowCumulativeStatistics fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<WorkflowCumulativeStatistics>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-