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