Uses of Class
com.twilio.rest.api.v2010.account.call.Feedback.Issues
-
Packages that use Feedback.Issues Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of Feedback.Issues in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return Feedback.Issues Modifier and Type Method Description static Feedback.IssuesFeedback.Issues. forValue(String value)static Feedback.IssuesFeedback.Issues. valueOf(String name)Returns the enum constant of this type with the specified name.static Feedback.Issues[]Feedback.Issues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.api.v2010.account.call that return types with arguments of type Feedback.Issues Modifier and Type Method Description List<Feedback.Issues>Feedback. getIssues()Methods in com.twilio.rest.api.v2010.account.call with parameters of type Feedback.Issues Modifier and Type Method Description FeedbackUpdaterFeedbackUpdater. setIssue(Feedback.Issues issue)Method parameters in com.twilio.rest.api.v2010.account.call with type arguments of type Feedback.Issues Modifier and Type Method Description FeedbackUpdaterFeedbackUpdater. setIssue(List<Feedback.Issues> issue)
-