Package | Description |
---|---|
com.twilio.rest.api.v2010.account.call |
Modifier and Type | Method and Description |
---|---|
FeedbackSummary |
FeedbackSummaryCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
FeedbackSummary |
FeedbackSummaryFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static FeedbackSummary |
FeedbackSummary.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FeedbackSummary object using the provided
ObjectMapper.
|
static FeedbackSummary |
FeedbackSummary.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FeedbackSummary object using the provided
ObjectMapper.
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.