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