Uses of Class
com.twilio.rest.api.v2010.account.Conference.UpdateStatus
-
Packages that use Conference.UpdateStatus Package Description com.twilio.rest.api.v2010.account -
-
Uses of Conference.UpdateStatus in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account that return Conference.UpdateStatus Modifier and Type Method Description static Conference.UpdateStatusConference.UpdateStatus. forValue(String value)static Conference.UpdateStatusConference.UpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Conference.UpdateStatus[]Conference.UpdateStatus. 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 with parameters of type Conference.UpdateStatus Modifier and Type Method Description ConferenceUpdaterConferenceUpdater. setStatus(Conference.UpdateStatus status)
-