MicrosoftGraphFollowupFlagStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphFollowupFlagStatus
- com.
- com.
public final class MicrosoftGraphFollowupFlagStatus
extends ExpandableStringEnum<MicrosoftGraphFollowupFlagStatus>
followupFlagStatus.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
COMPLETE
Static value complete for Microsoft |
static final
Microsoft |
FLAGGED
Static value flagged for Microsoft |
static final
Microsoft |
NOT_FLAGGED
Static value not |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphFollowupFlagStatus() |
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
COMPLETE
public static final MicrosoftGraphFollowupFlagStatus COMPLETE
Static value complete for MicrosoftGraphFollowupFlagStatus.
FLAGGED
public static final MicrosoftGraphFollowupFlagStatus FLAGGED
Static value flagged for MicrosoftGraphFollowupFlagStatus.
NOT_FLAGGED
public static final MicrosoftGraphFollowupFlagStatus NOT_FLAGGED
Static value notFlagged for MicrosoftGraphFollowupFlagStatus.
Constructor Details
MicrosoftGraphFollowupFlagStatus
@Deprecated
public MicrosoftGraphFollowupFlagStatus()
Deprecated
Creates a new instance of MicrosoftGraphFollowupFlagStatus value.
Method Details
fromString
public static MicrosoftGraphFollowupFlagStatus fromString(String name)
Creates or finds a MicrosoftGraphFollowupFlagStatus from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphFollowupFlagStatus values.
Returns: