Uses of Class
com.twilio.rest.insights.v1.conference.ConferenceParticipant.Region
-
Packages that use ConferenceParticipant.Region Package Description com.twilio.rest.insights.v1.conference -
-
Uses of ConferenceParticipant.Region in com.twilio.rest.insights.v1.conference
Methods in com.twilio.rest.insights.v1.conference that return ConferenceParticipant.Region Modifier and Type Method Description static ConferenceParticipant.RegionConferenceParticipant.Region. forValue(String value)ConferenceParticipant.RegionConferenceParticipant. getConferenceRegion()ConferenceParticipant.RegionConferenceParticipant. getParticipantRegion()static ConferenceParticipant.RegionConferenceParticipant.Region. valueOf(String name)Returns the enum constant of this type with the specified name.static ConferenceParticipant.Region[]ConferenceParticipant.Region. values()Returns an array containing the constants of this enum type, in the order they are declared.
-