Uses of Class
com.twilio.rest.insights.v1.call.Metric
-
Packages that use Metric Package Description com.twilio.rest.insights.v1.call -
-
Uses of Metric in com.twilio.rest.insights.v1.call
Methods in com.twilio.rest.insights.v1.call that return Metric Modifier and Type Method Description static MetricMetric. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Metric object using the provided ObjectMapper.static MetricMetric. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Metric object using the provided ObjectMapper.Methods in com.twilio.rest.insights.v1.call that return types with arguments of type Metric Modifier and Type Method Description Page<Metric>MetricReader. firstPage(TwilioRestClient client)Page<Metric>MetricReader. getPage(String targetUrl, TwilioRestClient client)Page<Metric>MetricReader. nextPage(Page<Metric> page, TwilioRestClient client)Page<Metric>MetricReader. previousPage(Page<Metric> page, TwilioRestClient client)ResourceSet<Metric>MetricReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.insights.v1.call with type arguments of type Metric Modifier and Type Method Description Page<Metric>MetricReader. nextPage(Page<Metric> page, TwilioRestClient client)Page<Metric>MetricReader. previousPage(Page<Metric> page, TwilioRestClient client)
-