Uses of Class
com.twilio.rest.api.v2010.account.conference.Participant.Status
-
Packages that use Participant.Status Package Description com.twilio.rest.api.v2010.account.conference -
-
Uses of Participant.Status in com.twilio.rest.api.v2010.account.conference
Methods in com.twilio.rest.api.v2010.account.conference that return Participant.Status Modifier and Type Method Description static Participant.StatusParticipant.Status. forValue(String value)Participant.StatusParticipant. getStatus()static Participant.StatusParticipant.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Participant.Status[]Participant.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-