MicrosoftGraphWellknownListName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWellknownListName
- com.
- com.
public final class MicrosoftGraphWellknownListName
extends ExpandableStringEnum<MicrosoftGraphWellknownListName>
wellknownListName.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
DEFAULT_LIST
Static value default |
static final
Microsoft |
FLAGGED_EMAILS
Static value flagged |
static final
Microsoft |
NONE
Static value none for Microsoft |
static final
Microsoft |
UNKNOWN_FUTURE_VALUE
Static value unknown |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWellknownListName() |
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
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.
NONE
public static final MicrosoftGraphWellknownListName NONE
Static value none for MicrosoftGraphWellknownListName.
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphWellknownListName UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphWellknownListName.
Constructor Details
MicrosoftGraphWellknownListName
@Deprecated
public MicrosoftGraphWellknownListName()
Deprecated
Creates a new instance of MicrosoftGraphWellknownListName value.
Method Details
fromString
public static MicrosoftGraphWellknownListName fromString(String name)
Creates or finds a MicrosoftGraphWellknownListName from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphWellknownListName values.
Returns:
Applies to
Azure SDK for Java