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>
Defines values for MicrosoftGraphFollowupFlagStatus.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphFollowupFlagStatus
COMPLETE
Static value complete for MicrosoftGraphFollowupFlagStatus.static MicrosoftGraphFollowupFlagStatus
FLAGGED
Static value flagged for MicrosoftGraphFollowupFlagStatus.static MicrosoftGraphFollowupFlagStatus
NOT_FLAGGED
Static value notFlagged for MicrosoftGraphFollowupFlagStatus.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphFollowupFlagStatus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphFollowupFlagStatus
fromString(String name)
Creates or finds a MicrosoftGraphFollowupFlagStatus from its string representation.static Collection<MicrosoftGraphFollowupFlagStatus>
values()
-
-
-
Field Detail
-
NOT_FLAGGED
public static final MicrosoftGraphFollowupFlagStatus NOT_FLAGGED
Static value notFlagged for MicrosoftGraphFollowupFlagStatus.
-
COMPLETE
public static final MicrosoftGraphFollowupFlagStatus COMPLETE
Static value complete for MicrosoftGraphFollowupFlagStatus.
-
FLAGGED
public static final MicrosoftGraphFollowupFlagStatus FLAGGED
Static value flagged for MicrosoftGraphFollowupFlagStatus.
-
-
Method Detail
-
fromString
public static MicrosoftGraphFollowupFlagStatus fromString(String name)
Creates or finds a MicrosoftGraphFollowupFlagStatus from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MicrosoftGraphFollowupFlagStatus.
-
values
public static Collection<MicrosoftGraphFollowupFlagStatus> values()
- Returns:
- known MicrosoftGraphFollowupFlagStatus values.
-
-