Class MicrosoftGraphMessageActionFlag
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphMessageActionFlag>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMessageActionFlag
-
public final class MicrosoftGraphMessageActionFlag extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphMessageActionFlag>
Defines values for MicrosoftGraphMessageActionFlag.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphMessageActionFlag
ANY
Static value any for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
CALL
Static value call for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
DO_NOT_FORWARD
Static value doNotForward for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
FOLLOW_UP
Static value followUp for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
FORWARD
Static value forward for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
FYI
Static value fyi for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
NO_RESPONSE_NECESSARY
Static value noResponseNecessary for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
READ
Static value read for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
REPLY
Static value reply for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
REPLY_TO_ALL
Static value replyToAll for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
REVIEW
Static value review for MicrosoftGraphMessageActionFlag.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphMessageActionFlag()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphMessageActionFlag
fromString(String name)
Creates or finds a MicrosoftGraphMessageActionFlag from its string representation.static Collection<MicrosoftGraphMessageActionFlag>
values()
-
-
-
Field Detail
-
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.
-
FYI
public static final MicrosoftGraphMessageActionFlag FYI
Static value fyi for MicrosoftGraphMessageActionFlag.
-
FORWARD
public static final MicrosoftGraphMessageActionFlag FORWARD
Static value forward 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.
-
-
Method Detail
-
fromString
public static MicrosoftGraphMessageActionFlag fromString(String name)
Creates or finds a MicrosoftGraphMessageActionFlag from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MicrosoftGraphMessageActionFlag.
-
values
public static Collection<MicrosoftGraphMessageActionFlag> values()
- Returns:
- known MicrosoftGraphMessageActionFlag values.
-
-