Uses of Class
com.twilio.rest.api.v2010.account.message.Feedback.Outcome
-
Packages that use Feedback.Outcome Package Description com.twilio.rest.api.v2010.account.message -
-
Uses of Feedback.Outcome in com.twilio.rest.api.v2010.account.message
Methods in com.twilio.rest.api.v2010.account.message that return Feedback.Outcome Modifier and Type Method Description static Feedback.OutcomeFeedback.Outcome. forValue(String value)Feedback.OutcomeFeedback. getOutcome()static Feedback.OutcomeFeedback.Outcome. valueOf(String name)Returns the enum constant of this type with the specified name.static Feedback.Outcome[]Feedback.Outcome. 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.message with parameters of type Feedback.Outcome Modifier and Type Method Description FeedbackCreatorFeedbackCreator. setOutcome(Feedback.Outcome outcome)
-