Uses of Class
com.twilio.rest.api.v2010.account.call.Siprec.UpdateStatus
-
Packages that use Siprec.UpdateStatus Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of Siprec.UpdateStatus in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return Siprec.UpdateStatus Modifier and Type Method Description static Siprec.UpdateStatusSiprec.UpdateStatus. forValue(String value)static Siprec.UpdateStatusSiprec.UpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Siprec.UpdateStatus[]Siprec.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.call with parameters of type Siprec.UpdateStatus Modifier and Type Method Description SiprecUpdaterSiprecUpdater. setStatus(Siprec.UpdateStatus status)static SiprecUpdaterSiprec. updater(String pathCallSid, String pathSid, Siprec.UpdateStatus status)static SiprecUpdaterSiprec. updater(String pathAccountSid, String pathCallSid, String pathSid, Siprec.UpdateStatus status)Constructors in com.twilio.rest.api.v2010.account.call with parameters of type Siprec.UpdateStatus Constructor Description SiprecUpdater(String pathCallSid, String pathSid, Siprec.UpdateStatus status)SiprecUpdater(String pathAccountSid, String pathCallSid, String pathSid, Siprec.UpdateStatus status)
-