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