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>
Defines values for MicrosoftGraphAttendeeType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphAttendeeTypeOPTIONALStatic value optional for MicrosoftGraphAttendeeType.static MicrosoftGraphAttendeeTypeREQUIREDStatic value required for MicrosoftGraphAttendeeType.static MicrosoftGraphAttendeeTypeRESOURCEStatic value resource for MicrosoftGraphAttendeeType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphAttendeeType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphAttendeeTypefromString(String name)Creates or finds a MicrosoftGraphAttendeeType from its string representation.static Collection<MicrosoftGraphAttendeeType>values()
-
-
-
Field Detail
-
REQUIRED
public static final MicrosoftGraphAttendeeType REQUIRED
Static value required for MicrosoftGraphAttendeeType.
-
OPTIONAL
public static final MicrosoftGraphAttendeeType OPTIONAL
Static value optional for MicrosoftGraphAttendeeType.
-
RESOURCE
public static final MicrosoftGraphAttendeeType RESOURCE
Static value resource for MicrosoftGraphAttendeeType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphAttendeeType fromString(String name)
Creates or finds a MicrosoftGraphAttendeeType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphAttendeeType.
-
values
public static Collection<MicrosoftGraphAttendeeType> values()
- Returns:
- known MicrosoftGraphAttendeeType values.
-
-