Uses of Class
com.twilio.rest.api.v2010.account.call.Stream.Track
-
Packages that use Stream.Track Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of Stream.Track in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return Stream.Track Modifier and Type Method Description static Stream.TrackStream.Track. forValue(String value)static Stream.TrackStream.Track. valueOf(String name)Returns the enum constant of this type with the specified name.static Stream.Track[]Stream.Track. 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.Track Modifier and Type Method Description StreamCreatorStreamCreator. setTrack(Stream.Track track)
-