Package | Description |
---|---|
com.twilio.sdk.fetcher.taskrouter.v1.workspace.worker | |
com.twilio.sdk.resource.taskrouter.v1.workspace.worker |
Modifier and Type | Method and Description |
---|---|
WorkersStatistics |
WorkersStatisticsFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
static WorkersStatistics |
WorkersStatistics.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a WorkersStatistics object using the
provided ObjectMapper.
|
static WorkersStatistics |
WorkersStatistics.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a WorkersStatistics object using the provided
ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.