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>
Defines values for MicrosoftGraphOnlineMeetingRole.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphOnlineMeetingRole
ATTENDEE
Static value attendee for MicrosoftGraphOnlineMeetingRole.static MicrosoftGraphOnlineMeetingRole
PRESENTER
Static value presenter for MicrosoftGraphOnlineMeetingRole.static MicrosoftGraphOnlineMeetingRole
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphOnlineMeetingRole.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOnlineMeetingRole()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphOnlineMeetingRole
fromString(String name)
Creates or finds a MicrosoftGraphOnlineMeetingRole from its string representation.static Collection<MicrosoftGraphOnlineMeetingRole>
values()
-
-
-
Field Detail
-
ATTENDEE
public static final MicrosoftGraphOnlineMeetingRole ATTENDEE
Static value attendee for MicrosoftGraphOnlineMeetingRole.
-
PRESENTER
public static final MicrosoftGraphOnlineMeetingRole PRESENTER
Static value presenter for MicrosoftGraphOnlineMeetingRole.
-
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphOnlineMeetingRole UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphOnlineMeetingRole.
-
-
Method Detail
-
fromString
public static MicrosoftGraphOnlineMeetingRole fromString(String name)
Creates or finds a MicrosoftGraphOnlineMeetingRole from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MicrosoftGraphOnlineMeetingRole.
-
values
public static Collection<MicrosoftGraphOnlineMeetingRole> values()
- Returns:
- known MicrosoftGraphOnlineMeetingRole values.
-
-