Class MicrosoftGraphOnlineMeetingRole
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOnlineMeetingRole>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnlineMeetingRole
public final class MicrosoftGraphOnlineMeetingRole
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOnlineMeetingRole>
onlineMeetingRole.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphOnlineMeetingRoleStatic value attendee for MicrosoftGraphOnlineMeetingRole.static final MicrosoftGraphOnlineMeetingRoleStatic value presenter for MicrosoftGraphOnlineMeetingRole.static final MicrosoftGraphOnlineMeetingRoleStatic value unknownFutureValue for MicrosoftGraphOnlineMeetingRole. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphOnlineMeetingRole from its string representation.values()Gets known MicrosoftGraphOnlineMeetingRole values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ATTENDEE
Static value attendee for MicrosoftGraphOnlineMeetingRole. -
PRESENTER
Static value presenter for MicrosoftGraphOnlineMeetingRole. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphOnlineMeetingRole.
-
-
Constructor Details
-
MicrosoftGraphOnlineMeetingRole
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphOnlineMeetingRole value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphOnlineMeetingRole from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphOnlineMeetingRole.
-
values
Gets known MicrosoftGraphOnlineMeetingRole values.- Returns:
- known MicrosoftGraphOnlineMeetingRole values.
-
fromString(String)factory method.