Uses of Class
com.twilio.rest.api.v2010.account.call.FeedbackSummary.Status
-
Packages that use FeedbackSummary.Status Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of FeedbackSummary.Status in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return FeedbackSummary.Status Modifier and Type Method Description static FeedbackSummary.StatusFeedbackSummary.Status. forValue(String value)FeedbackSummary.StatusFeedbackSummary. getStatus()static FeedbackSummary.StatusFeedbackSummary.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedbackSummary.Status[]FeedbackSummary.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-