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