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