Freigeben über


MicrosoftGraphFollowupFlagStatus Klasse

public final class MicrosoftGraphFollowupFlagStatus
extends ExpandableStringEnum<MicrosoftGraphFollowupFlagStatus>

followupFlagStatus.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
static final MicrosoftGraphFollowupFlagStatus COMPLETE

Statischer Wert abgeschlossen für Den Status des MicrosoftGraph-Nachverfolgungsflags.

static final MicrosoftGraphFollowupFlagStatus FLAGGED

Statischer Wert, der für den Status des MicrosoftGraph-Nachverfolgungsflagsgekennzeichnet ist.

static final MicrosoftGraphFollowupFlagStatus NOT_FLAGGED

Statischer Wert für den Microsoft Graph-Nachverfolgungsflagstatusnichtgekennzeichnet.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
MicrosoftGraphFollowupFlagStatus()

Als veraltet markiert

Verwenden Sie die fromString(String name) Factorymethode.

Erstellt eine neue instance des Werts "MicrosoftGraphFollowupFlagStatus".

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
static MicrosoftGraphFollowupFlagStatus fromString(String name)

Erstellt oder sucht einen MicrosoftGraph-Nachverfolgungsflagstatusaus seiner Zeichenfolgendarstellung.

static Collection<MicrosoftGraphFollowupFlagStatus> values()

Ruft bekannte Werte für denMicrosoft Graph-Nachverfolgungsflagstatusab.

Geerbte Methoden von ExpandableStringEnum

Geerbte Methoden von java.lang.Object

Felddetails

COMPLETE

public static final MicrosoftGraphFollowupFlagStatus COMPLETE

Statischer Wert complete für MicrosoftGraphFollowupFlagStatus.

FLAGGED

public static final MicrosoftGraphFollowupFlagStatus FLAGGED

Statischer Wert, der für MicrosoftGraphFollowupFlagStatus gekennzeichnet ist.

NOT_FLAGGED

public static final MicrosoftGraphFollowupFlagStatus NOT_FLAGGED

Statischer Wert notFlagged für MicrosoftGraphFollowupFlagStatus.

Details zum Konstruktor

MicrosoftGraphFollowupFlagStatus

@Deprecated
public MicrosoftGraphFollowupFlagStatus()

Als veraltet markiert

Verwenden Sie die fromString(String name) Factorymethode.

Erstellt eine neue instance des Werts MicrosoftGraphFollowupFlagStatus.

Details zur Methode

fromString

public static MicrosoftGraphFollowupFlagStatus fromString(String name)

Erstellt oder findet einen MicrosoftGraphFollowupFlagStatus aus seiner Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll.

Returns:

den entsprechenden MicrosoftGraphFollowupFlagStatus.

values

public static Collection values()

Ruft bekannte MicrosoftGraphFollowupFlagStatus-Werte ab.

Returns:

bekannte MicrosoftGraphFollowupFlagStatus-Werte.

Gilt für: