Class MicrosoftGraphAttendeeType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphAttendeeType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttendeeType
public final class MicrosoftGraphAttendeeType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphAttendeeType>
attendeeType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphAttendeeTypeStatic value optional for MicrosoftGraphAttendeeType.static final MicrosoftGraphAttendeeTypeStatic value required for MicrosoftGraphAttendeeType.static final MicrosoftGraphAttendeeTypeStatic value resource for MicrosoftGraphAttendeeType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphAttendeeTypefromString(String name) Creates or finds a MicrosoftGraphAttendeeType from its string representation.static Collection<MicrosoftGraphAttendeeType>values()Gets known MicrosoftGraphAttendeeType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
REQUIRED
Static value required for MicrosoftGraphAttendeeType. -
OPTIONAL
Static value optional for MicrosoftGraphAttendeeType. -
RESOURCE
Static value resource for MicrosoftGraphAttendeeType.
-
-
Constructor Details
-
MicrosoftGraphAttendeeType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphAttendeeType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphAttendeeType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphAttendeeType.
-
values
Gets known MicrosoftGraphAttendeeType values.- Returns:
- known MicrosoftGraphAttendeeType values.
-
fromString(String)factory method.