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>
wellknownListName.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphWellknownListNameStatic value defaultList for MicrosoftGraphWellknownListName.static final MicrosoftGraphWellknownListNameStatic value flaggedEmails for MicrosoftGraphWellknownListName.static final MicrosoftGraphWellknownListNameStatic value none for MicrosoftGraphWellknownListName.static final MicrosoftGraphWellknownListNameStatic value unknownFutureValue for MicrosoftGraphWellknownListName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphWellknownListName from its string representation.values()Gets known MicrosoftGraphWellknownListName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for MicrosoftGraphWellknownListName. -
DEFAULT_LIST
Static value defaultList for MicrosoftGraphWellknownListName. -
FLAGGED_EMAILS
Static value flaggedEmails for MicrosoftGraphWellknownListName. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphWellknownListName.
-
-
Constructor Details
-
MicrosoftGraphWellknownListName
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphWellknownListName value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphWellknownListName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphWellknownListName.
-
values
Gets known MicrosoftGraphWellknownListName values.- Returns:
- known MicrosoftGraphWellknownListName values.
-
fromString(String)factory method.