MicrosoftGraphMessageActionFlag Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphMessageActionFlag
- com.
- com.
public final class MicrosoftGraphMessageActionFlag
extends ExpandableStringEnum<MicrosoftGraphMessageActionFlag>
messageActionFlag.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
ANY
Static value any for Microsoft |
static final
Microsoft |
CALL
Static value call for Microsoft |
static final
Microsoft |
DO_NOT_FORWARD
Static value do |
static final
Microsoft |
FOLLOW_UP
Static value follow |
static final
Microsoft |
FORWARD
Static value forward for Microsoft |
static final
Microsoft |
FYI
Static value fyi for Microsoft |
static final
Microsoft |
NO_RESPONSE_NECESSARY
Static value no |
static final
Microsoft |
READ
Static value read for Microsoft |
static final
Microsoft |
REPLY
Static value reply for Microsoft |
static final
Microsoft |
REPLY_TO_ALL
Static value reply |
static final
Microsoft |
REVIEW
Static value review for Microsoft |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphMessageActionFlag() |
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
ANY
public static final MicrosoftGraphMessageActionFlag ANY
Static value any for MicrosoftGraphMessageActionFlag.
CALL
public static final MicrosoftGraphMessageActionFlag CALL
Static value call for MicrosoftGraphMessageActionFlag.
DO_NOT_FORWARD
public static final MicrosoftGraphMessageActionFlag DO_NOT_FORWARD
Static value doNotForward for MicrosoftGraphMessageActionFlag.
FOLLOW_UP
public static final MicrosoftGraphMessageActionFlag FOLLOW_UP
Static value followUp for MicrosoftGraphMessageActionFlag.
FORWARD
public static final MicrosoftGraphMessageActionFlag FORWARD
Static value forward for MicrosoftGraphMessageActionFlag.
FYI
public static final MicrosoftGraphMessageActionFlag FYI
Static value fyi for MicrosoftGraphMessageActionFlag.
NO_RESPONSE_NECESSARY
public static final MicrosoftGraphMessageActionFlag NO_RESPONSE_NECESSARY
Static value noResponseNecessary for MicrosoftGraphMessageActionFlag.
READ
public static final MicrosoftGraphMessageActionFlag READ
Static value read for MicrosoftGraphMessageActionFlag.
REPLY
public static final MicrosoftGraphMessageActionFlag REPLY
Static value reply for MicrosoftGraphMessageActionFlag.
REPLY_TO_ALL
public static final MicrosoftGraphMessageActionFlag REPLY_TO_ALL
Static value replyToAll for MicrosoftGraphMessageActionFlag.
REVIEW
public static final MicrosoftGraphMessageActionFlag REVIEW
Static value review for MicrosoftGraphMessageActionFlag.
Constructor Details
MicrosoftGraphMessageActionFlag
@Deprecated
public MicrosoftGraphMessageActionFlag()
Deprecated
Creates a new instance of MicrosoftGraphMessageActionFlag value.
Method Details
fromString
public static MicrosoftGraphMessageActionFlag fromString(String name)
Creates or finds a MicrosoftGraphMessageActionFlag from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphMessageActionFlag values.
Returns:
Applies to
Azure SDK for Java