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