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