Class MicrosoftGraphFollowupFlagStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphFollowupFlagStatus>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFollowupFlagStatus
public final class MicrosoftGraphFollowupFlagStatus
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphFollowupFlagStatus>
followupFlagStatus.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphFollowupFlagStatusStatic value complete for MicrosoftGraphFollowupFlagStatus.static final MicrosoftGraphFollowupFlagStatusStatic value flagged for MicrosoftGraphFollowupFlagStatus.static final MicrosoftGraphFollowupFlagStatusStatic value notFlagged for MicrosoftGraphFollowupFlagStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphFollowupFlagStatus from its string representation.values()Gets known MicrosoftGraphFollowupFlagStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NOT_FLAGGED
Static value notFlagged for MicrosoftGraphFollowupFlagStatus. -
COMPLETE
Static value complete for MicrosoftGraphFollowupFlagStatus. -
FLAGGED
Static value flagged for MicrosoftGraphFollowupFlagStatus.
-
-
Constructor Details
-
MicrosoftGraphFollowupFlagStatus
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphFollowupFlagStatus value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphFollowupFlagStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphFollowupFlagStatus.
-
values
Gets known MicrosoftGraphFollowupFlagStatus values.- Returns:
- known MicrosoftGraphFollowupFlagStatus values.
-
fromString(String)factory method.