共用方式為


MicrosoftGraphFollowupFlagStatus Class

public final class MicrosoftGraphFollowupFlagStatus
extends ExpandableStringEnum<MicrosoftGraphFollowupFlagStatus>

followupFlagStatus.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphFollowupFlagStatus COMPLETE

Static value complete for MicrosoftGraphFollowupFlagStatus.

static final MicrosoftGraphFollowupFlagStatus FLAGGED

Static value flagged for MicrosoftGraphFollowupFlagStatus.

static final MicrosoftGraphFollowupFlagStatus NOT_FLAGGED

Static value notFlagged for MicrosoftGraphFollowupFlagStatus.

Constructor Summary

Constructor Description
MicrosoftGraphFollowupFlagStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphFollowupFlagStatus value.

Method Summary

Modifier and Type Method and Description
static MicrosoftGraphFollowupFlagStatus fromString(String name)

Creates or finds a MicrosoftGraphFollowupFlagStatus from its string representation.

static Collection<MicrosoftGraphFollowupFlagStatus> values()

Gets known MicrosoftGraphFollowupFlagStatus values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphFollowupFlagStatus.

values

public static Collection values()

Gets known MicrosoftGraphFollowupFlagStatus values.

Returns:

known MicrosoftGraphFollowupFlagStatus values.

Applies to