Partager via


MicrosoftGraphTaskStatus Classe

public final class MicrosoftGraphTaskStatus
extends ExpandableStringEnum<MicrosoftGraphTaskStatus>

taskStatus.

Récapitulatif du champ

Modificateur et type Champ et description
static final MicrosoftGraphTaskStatus COMPLETED

Valeur statique terminée pour l’état de la tâcheMicrosoftGraph.

static final MicrosoftGraphTaskStatus DEFERRED

Valeur statique différée pour l’état de la tâcheMicrosoftGraph.

static final MicrosoftGraphTaskStatus IN_PROGRESS

Valeur statique encours pour l’état de la tâcheMicrosoftGraph.

static final MicrosoftGraphTaskStatus NOT_STARTED

Valeur statique nondémarrée pour l’état de la tâcheMicrosoftGraph.

static final MicrosoftGraphTaskStatus WAITING_ON_OTHERS

Valeur statique en attented’OnOthers pour l’état de la tâcheMicrosoftGraph.

Récapitulatif du constructeur

Constructeur Description
MicrosoftGraphTaskStatus()

Déprécié

Utilisez la fromString(String name) méthode factory.

Crée une instance de la valeur État de la tâcheMicrosoftGraph.

Résumé de la méthode

Modificateur et type Méthode et description
static MicrosoftGraphTaskStatus fromString(String name)

Crée ou recherche un état de tâcheMicrosoftGraphà partir de sa représentation sous forme de chaîne.

static Collection<MicrosoftGraphTaskStatus> values()

Obtient les valeurs connues d’état de la tâcheMicrosoftGraph.

Méthodes héritées de ExpandableStringEnum

Méthodes héritées de java.lang.Object

Détails du champ

COMPLETED

public static final MicrosoftGraphTaskStatus COMPLETED

Valeur statique terminée pour MicrosoftGraphTaskStatus.

DEFERRED

public static final MicrosoftGraphTaskStatus DEFERRED

Valeur statique différée pour MicrosoftGraphTaskStatus.

IN_PROGRESS

public static final MicrosoftGraphTaskStatus IN_PROGRESS

Valeur statique dansProgress pour MicrosoftGraphTaskStatus.

NOT_STARTED

public static final MicrosoftGraphTaskStatus NOT_STARTED

Valeur statique notStarted pour MicrosoftGraphTaskStatus.

WAITING_ON_OTHERS

public static final MicrosoftGraphTaskStatus WAITING_ON_OTHERS

Valeur statique waitingOnOthers pour MicrosoftGraphTaskStatus.

Détails du constructeur

MicrosoftGraphTaskStatus

@Deprecated
public MicrosoftGraphTaskStatus()

Déprécié

Utilisez la fromString(String name) méthode factory.

Crée une instance de la valeur MicrosoftGraphTaskStatus.

Détails de la méthode

fromString

public static MicrosoftGraphTaskStatus fromString(String name)

Crée ou recherche un MicrosoftGraphTaskStatus à partir de sa représentation sous forme de chaîne.

Parameters:

name - nom à rechercher.

Returns:

MicrosoftGraphTaskStatus correspondant.

values

public static Collection values()

Obtient les valeurs MicrosoftGraphTaskStatus connues.

Returns:

valeurs connues de MicrosoftGraphTaskStatus.

S’applique à