Class MicrosoftGraphWellknownListName
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphWellknownListName>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWellknownListName
-
public final class MicrosoftGraphWellknownListName extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphWellknownListName>
Defines values for MicrosoftGraphWellknownListName.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphWellknownListNameDEFAULT_LISTStatic value defaultList for MicrosoftGraphWellknownListName.static MicrosoftGraphWellknownListNameFLAGGED_EMAILSStatic value flaggedEmails for MicrosoftGraphWellknownListName.static MicrosoftGraphWellknownListNameNONEStatic value none for MicrosoftGraphWellknownListName.static MicrosoftGraphWellknownListNameUNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphWellknownListName.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWellknownListName()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphWellknownListNamefromString(String name)Creates or finds a MicrosoftGraphWellknownListName from its string representation.static Collection<MicrosoftGraphWellknownListName>values()
-
-
-
Field Detail
-
NONE
public static final MicrosoftGraphWellknownListName NONE
Static value none for MicrosoftGraphWellknownListName.
-
DEFAULT_LIST
public static final MicrosoftGraphWellknownListName DEFAULT_LIST
Static value defaultList for MicrosoftGraphWellknownListName.
-
FLAGGED_EMAILS
public static final MicrosoftGraphWellknownListName FLAGGED_EMAILS
Static value flaggedEmails for MicrosoftGraphWellknownListName.
-
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphWellknownListName UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphWellknownListName.
-
-
Method Detail
-
fromString
public static MicrosoftGraphWellknownListName fromString(String name)
Creates or finds a MicrosoftGraphWellknownListName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphWellknownListName.
-
values
public static Collection<MicrosoftGraphWellknownListName> values()
- Returns:
- known MicrosoftGraphWellknownListName values.
-
-