MicrosoftGraphChatMessageImportance Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphChatMessageImportance
- com.
- com.
public final class MicrosoftGraphChatMessageImportance
extends ExpandableStringEnum<MicrosoftGraphChatMessageImportance>
chatMessageImportance.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
HIGH
Static value high for Microsoft |
static final
Microsoft |
NORMAL
Static value normal for Microsoft |
static final
Microsoft |
UNKNOWN_FUTURE_VALUE
Static value unknown |
static final
Microsoft |
URGENT
Static value urgent for Microsoft |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphChatMessageImportance() |
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
HIGH
public static final MicrosoftGraphChatMessageImportance HIGH
Static value high for MicrosoftGraphChatMessageImportance.
NORMAL
public static final MicrosoftGraphChatMessageImportance NORMAL
Static value normal for MicrosoftGraphChatMessageImportance.
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphChatMessageImportance UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphChatMessageImportance.
URGENT
public static final MicrosoftGraphChatMessageImportance URGENT
Static value urgent for MicrosoftGraphChatMessageImportance.
Constructor Details
MicrosoftGraphChatMessageImportance
@Deprecated
public MicrosoftGraphChatMessageImportance()
Deprecated
Creates a new instance of MicrosoftGraphChatMessageImportance value.
Method Details
fromString
public static MicrosoftGraphChatMessageImportance fromString(String name)
Creates or finds a MicrosoftGraphChatMessageImportance from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphChatMessageImportance values.
Returns: