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