Uses of Class
com.twilio.rest.media.v1.PlayerStreamer.UpdateStatus
-
Packages that use PlayerStreamer.UpdateStatus Package Description com.twilio.rest.media.v1 -
-
Uses of PlayerStreamer.UpdateStatus in com.twilio.rest.media.v1
Methods in com.twilio.rest.media.v1 that return PlayerStreamer.UpdateStatus Modifier and Type Method Description static PlayerStreamer.UpdateStatusPlayerStreamer.UpdateStatus. forValue(String value)static PlayerStreamer.UpdateStatusPlayerStreamer.UpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PlayerStreamer.UpdateStatus[]PlayerStreamer.UpdateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.media.v1 with parameters of type PlayerStreamer.UpdateStatus Modifier and Type Method Description PlayerStreamerUpdaterPlayerStreamerUpdater. setStatus(PlayerStreamer.UpdateStatus status)static PlayerStreamerUpdaterPlayerStreamer. updater(String pathSid, PlayerStreamer.UpdateStatus status)Constructors in com.twilio.rest.media.v1 with parameters of type PlayerStreamer.UpdateStatus Constructor Description PlayerStreamerUpdater(String pathSid, PlayerStreamer.UpdateStatus status)
-