Uses of Class
com.twilio.rest.assistants.v1.assistant.Feedback
-
Packages that use Feedback Package Description com.twilio.rest.assistants.v1.assistant -
-
Uses of Feedback in com.twilio.rest.assistants.v1.assistant
Methods in com.twilio.rest.assistants.v1.assistant that return Feedback Modifier and Type Method Description Feedback
FeedbackCreator. create(TwilioRestClient client)
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.Methods in com.twilio.rest.assistants.v1.assistant that return types with arguments of type Feedback Modifier and Type Method Description Page<Feedback>
FeedbackReader. firstPage(TwilioRestClient client)
Page<Feedback>
FeedbackReader. getPage(String targetUrl, TwilioRestClient client)
Page<Feedback>
FeedbackReader. nextPage(Page<Feedback> page, TwilioRestClient client)
Page<Feedback>
FeedbackReader. previousPage(Page<Feedback> page, TwilioRestClient client)
ResourceSet<Feedback>
FeedbackReader. read(TwilioRestClient client)
Method parameters in com.twilio.rest.assistants.v1.assistant with type arguments of type Feedback Modifier and Type Method Description Page<Feedback>
FeedbackReader. nextPage(Page<Feedback> page, TwilioRestClient client)
Page<Feedback>
FeedbackReader. previousPage(Page<Feedback> page, TwilioRestClient client)
-