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>
messageActionFlag.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphMessageActionFlagStatic value any for MicrosoftGraphMessageActionFlag.static final MicrosoftGraphMessageActionFlagStatic value call for MicrosoftGraphMessageActionFlag.static final MicrosoftGraphMessageActionFlagStatic value doNotForward for MicrosoftGraphMessageActionFlag.static final MicrosoftGraphMessageActionFlagStatic value followUp for MicrosoftGraphMessageActionFlag.static final MicrosoftGraphMessageActionFlagStatic value forward for MicrosoftGraphMessageActionFlag.static final MicrosoftGraphMessageActionFlagStatic value fyi for MicrosoftGraphMessageActionFlag.static final MicrosoftGraphMessageActionFlagStatic value noResponseNecessary for MicrosoftGraphMessageActionFlag.static final MicrosoftGraphMessageActionFlagStatic value read for MicrosoftGraphMessageActionFlag.static final MicrosoftGraphMessageActionFlagStatic value reply for MicrosoftGraphMessageActionFlag.static final MicrosoftGraphMessageActionFlagStatic value replyToAll for MicrosoftGraphMessageActionFlag.static final MicrosoftGraphMessageActionFlagStatic value review for MicrosoftGraphMessageActionFlag. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphMessageActionFlag from its string representation.values()Gets known MicrosoftGraphMessageActionFlag values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ANY
Static value any for MicrosoftGraphMessageActionFlag. -
CALL
Static value call for MicrosoftGraphMessageActionFlag. -
DO_NOT_FORWARD
Static value doNotForward for MicrosoftGraphMessageActionFlag. -
FOLLOW_UP
Static value followUp for MicrosoftGraphMessageActionFlag. -
FYI
Static value fyi for MicrosoftGraphMessageActionFlag. -
FORWARD
Static value forward for MicrosoftGraphMessageActionFlag. -
NO_RESPONSE_NECESSARY
Static value noResponseNecessary for MicrosoftGraphMessageActionFlag. -
READ
Static value read for MicrosoftGraphMessageActionFlag. -
REPLY
Static value reply for MicrosoftGraphMessageActionFlag. -
REPLY_TO_ALL
Static value replyToAll for MicrosoftGraphMessageActionFlag. -
REVIEW
Static value review for MicrosoftGraphMessageActionFlag.
-
-
Constructor Details
-
MicrosoftGraphMessageActionFlag
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphMessageActionFlag value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphMessageActionFlag from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphMessageActionFlag.
-
values
Gets known MicrosoftGraphMessageActionFlag values.- Returns:
- known MicrosoftGraphMessageActionFlag values.
-
fromString(String)factory method.