MicrosoftGraphOnlineMeetingRole Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnlineMeetingRole
- com.
- com.
public final class MicrosoftGraphOnlineMeetingRole
extends ExpandableStringEnum<MicrosoftGraphOnlineMeetingRole>
onlineMeetingRole.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
ATTENDEE
Static value attendee for Microsoft |
static final
Microsoft |
PRESENTER
Static value presenter for Microsoft |
static final
Microsoft |
UNKNOWN_FUTURE_VALUE
Static value unknown |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOnlineMeetingRole() |
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
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.
Constructor Details
MicrosoftGraphOnlineMeetingRole
@Deprecated
public MicrosoftGraphOnlineMeetingRole()
Deprecated
Creates a new instance of MicrosoftGraphOnlineMeetingRole value.
Method Details
fromString
public static MicrosoftGraphOnlineMeetingRole fromString(String name)
Creates or finds a MicrosoftGraphOnlineMeetingRole from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphOnlineMeetingRole values.
Returns: