Uses of Class
com.twilio.rest.numbers.v2.regulatorycompliance.bundle.Evaluation
-
Packages that use Evaluation Package Description com.twilio.rest.numbers.v2.regulatorycompliance.bundle -
-
Uses of Evaluation in com.twilio.rest.numbers.v2.regulatorycompliance.bundle
Methods in com.twilio.rest.numbers.v2.regulatorycompliance.bundle that return Evaluation Modifier and Type Method Description EvaluationEvaluationCreator. create(TwilioRestClient client)EvaluationEvaluationFetcher. fetch(TwilioRestClient client)static EvaluationEvaluation. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Evaluation object using the provided ObjectMapper.static EvaluationEvaluation. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Evaluation object using the provided ObjectMapper.Methods in com.twilio.rest.numbers.v2.regulatorycompliance.bundle that return types with arguments of type Evaluation Modifier and Type Method Description Page<Evaluation>EvaluationReader. firstPage(TwilioRestClient client)Page<Evaluation>EvaluationReader. getPage(String targetUrl, TwilioRestClient client)Page<Evaluation>EvaluationReader. nextPage(Page<Evaluation> page, TwilioRestClient client)Page<Evaluation>EvaluationReader. previousPage(Page<Evaluation> page, TwilioRestClient client)ResourceSet<Evaluation>EvaluationReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.numbers.v2.regulatorycompliance.bundle with type arguments of type Evaluation Modifier and Type Method Description Page<Evaluation>EvaluationReader. nextPage(Page<Evaluation> page, TwilioRestClient client)Page<Evaluation>EvaluationReader. previousPage(Page<Evaluation> page, TwilioRestClient client)
-