Uses of Class
com.twilio.twiml.voice.Conference.Region
-
Packages that use Conference.Region Package Description com.twilio.twiml.voice -
-
Uses of Conference.Region in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Conference.Region Modifier and Type Method Description Conference.RegionConference. getRegion()Conference regionstatic Conference.RegionConference.Region. valueOf(String name)Returns the enum constant of this type with the specified name.static Conference.Region[]Conference.Region. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type Conference.Region Modifier and Type Method Description Conference.BuilderConference.Builder. region(Conference.Region region)Conference region
-