MicrosoftGraphOnlineMeetingPresenters Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnlineMeetingPresenters
- com.
- com.
public final class MicrosoftGraphOnlineMeetingPresenters
extends ExpandableStringEnum<MicrosoftGraphOnlineMeetingPresenters>
onlineMeetingPresenters.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
EVERYONE
Static value everyone for Microsoft |
static final
Microsoft |
ORGANIZATION
Static value organization for Microsoft |
static final
Microsoft |
ORGANIZER
Static value organizer for Microsoft |
static final
Microsoft |
ROLE_IS_PRESENTER
Static value role |
static final
Microsoft |
UNKNOWN_FUTURE_VALUE
Static value unknown |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOnlineMeetingPresenters() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
static
Collection<Microsoft |
values()
Gets known Microsoft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EVERYONE
public static final MicrosoftGraphOnlineMeetingPresenters EVERYONE
Static value everyone for MicrosoftGraphOnlineMeetingPresenters.
ORGANIZATION
public static final MicrosoftGraphOnlineMeetingPresenters ORGANIZATION
Static value organization for MicrosoftGraphOnlineMeetingPresenters.
ORGANIZER
public static final MicrosoftGraphOnlineMeetingPresenters ORGANIZER
Static value organizer for MicrosoftGraphOnlineMeetingPresenters.
ROLE_IS_PRESENTER
public static final MicrosoftGraphOnlineMeetingPresenters ROLE_IS_PRESENTER
Static value roleIsPresenter for MicrosoftGraphOnlineMeetingPresenters.
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphOnlineMeetingPresenters UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphOnlineMeetingPresenters.
Constructor Details
MicrosoftGraphOnlineMeetingPresenters
@Deprecated
public MicrosoftGraphOnlineMeetingPresenters()
Deprecated
Creates a new instance of MicrosoftGraphOnlineMeetingPresenters value.
Method Details
fromString
public static MicrosoftGraphOnlineMeetingPresenters fromString(String name)
Creates or finds a MicrosoftGraphOnlineMeetingPresenters from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphOnlineMeetingPresenters values.
Returns: