Uses of Class
com.twilio.rest.api.v2010.account.call.Feedback
-
Packages that use Feedback Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of Feedback in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return Feedback Modifier and Type Method Description FeedbackFeedbackFetcher. fetch(TwilioRestClient client)static FeedbackFeedback. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Feedback object using the provided ObjectMapper.static FeedbackFeedback. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Feedback object using the provided ObjectMapper.FeedbackFeedbackUpdater. update(TwilioRestClient client)
-