Class RoleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoleType>
com.azure.communication.rooms.models.RoleType
Defines values for RoleType.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoleType
fromString
(String name) Creates or finds a RoleType from its string representation.static Collection<RoleType>
values()
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PRESENTER
Static value Presenter for RoleType. -
ATTENDEE
Static value Attendee for RoleType. -
CONSUMER
Static value Consumer for RoleType.
-
-
Constructor Details
-
RoleType
public RoleType()
-
-
Method Details
-
fromString
Creates or finds a RoleType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RoleType.
-
values
- Returns:
- known RoleType values.
-