Uses of Class
com.twilio.rest.api.v2010.account.message.Feedback
-
Packages that use Feedback Package Description com.twilio.rest.api.v2010.account.message -
-
Uses of Feedback in com.twilio.rest.api.v2010.account.message
Methods in com.twilio.rest.api.v2010.account.message that return Feedback Modifier and Type Method Description FeedbackFeedbackCreator. create(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.
-