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