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>
Defines values for MicrosoftGraphOnlineMeetingPresenters.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphOnlineMeetingPresenters
EVERYONE
Static value everyone for MicrosoftGraphOnlineMeetingPresenters.static MicrosoftGraphOnlineMeetingPresenters
ORGANIZATION
Static value organization for MicrosoftGraphOnlineMeetingPresenters.static MicrosoftGraphOnlineMeetingPresenters
ORGANIZER
Static value organizer for MicrosoftGraphOnlineMeetingPresenters.static MicrosoftGraphOnlineMeetingPresenters
ROLE_IS_PRESENTER
Static value roleIsPresenter for MicrosoftGraphOnlineMeetingPresenters.static MicrosoftGraphOnlineMeetingPresenters
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphOnlineMeetingPresenters.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOnlineMeetingPresenters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphOnlineMeetingPresenters
fromString(String name)
Creates or finds a MicrosoftGraphOnlineMeetingPresenters from its string representation.static Collection<MicrosoftGraphOnlineMeetingPresenters>
values()
-
-
-
Field Detail
-
EVERYONE
public static final MicrosoftGraphOnlineMeetingPresenters EVERYONE
Static value everyone for MicrosoftGraphOnlineMeetingPresenters.
-
ORGANIZATION
public static final MicrosoftGraphOnlineMeetingPresenters ORGANIZATION
Static value organization for MicrosoftGraphOnlineMeetingPresenters.
-
ROLE_IS_PRESENTER
public static final MicrosoftGraphOnlineMeetingPresenters ROLE_IS_PRESENTER
Static value roleIsPresenter for MicrosoftGraphOnlineMeetingPresenters.
-
ORGANIZER
public static final MicrosoftGraphOnlineMeetingPresenters ORGANIZER
Static value organizer for MicrosoftGraphOnlineMeetingPresenters.
-
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphOnlineMeetingPresenters UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphOnlineMeetingPresenters.
-
-
Method Detail
-
fromString
public static MicrosoftGraphOnlineMeetingPresenters fromString(String name)
Creates or finds a MicrosoftGraphOnlineMeetingPresenters from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MicrosoftGraphOnlineMeetingPresenters.
-
values
public static Collection<MicrosoftGraphOnlineMeetingPresenters> values()
- Returns:
- known MicrosoftGraphOnlineMeetingPresenters values.
-
-