Partager via


MicrosoftGraphActionState Classe

public final class MicrosoftGraphActionState
extends ExpandableStringEnum<MicrosoftGraphActionState>

actionState.

Récapitulatif du champ

Modificateur et type Champ et description
static final MicrosoftGraphActionState ACTIVE

Valeur statique active pour l’état de l’actionMicrosoftGraph.

static final MicrosoftGraphActionState CANCELED

Valeur statique annulée pour l’état de l’actionMicrosoftGraph.

static final MicrosoftGraphActionState DONE

Valeur statique effectuée pour l’état de l’actionMicrosoftGraph.

static final MicrosoftGraphActionState FAILED

Échec de la valeur statique pour l’état de l’actionMicrosoftGraph.

static final MicrosoftGraphActionState NONE

Valeur statique none pour l’état de l’actionMicrosoftGraph.

static final MicrosoftGraphActionState NOT_SUPPORTED

Valeur statique nonprise en charge pour l’état de l’actionMicrosoftGraph.

static final MicrosoftGraphActionState PENDING

Valeur statique en attente pour l’état de l’actionMicrosoftGraph.

Récapitulatif du constructeur

Constructeur Description
MicrosoftGraphActionState()

Déprécié

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

Crée une instance de la valeur d’état de l’actionMicrosoftGraph.

Résumé de la méthode

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

Crée ou recherche un état d’actionMicrosoftGraphà partir de sa représentation sous forme de chaîne.

static Collection<MicrosoftGraphActionState> values()

Obtient les valeurs d’état d’actionMicrosoftGraphconnues.

Méthodes héritées de ExpandableStringEnum

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

Détails du champ

ACTIVE

public static final MicrosoftGraphActionState ACTIVE

Valeur statique active pour MicrosoftGraphActionState.

CANCELED

public static final MicrosoftGraphActionState CANCELED

Valeur statique annulée pour MicrosoftGraphActionState.

DONE

public static final MicrosoftGraphActionState DONE

Valeur statique effectuée pour MicrosoftGraphActionState.

FAILED

public static final MicrosoftGraphActionState FAILED

Échec de la valeur statique pour MicrosoftGraphActionState.

NONE

public static final MicrosoftGraphActionState NONE

Valeur statique none pour MicrosoftGraphActionState.

NOT_SUPPORTED

public static final MicrosoftGraphActionState NOT_SUPPORTED

Valeur statique notSupported pour MicrosoftGraphActionState.

PENDING

public static final MicrosoftGraphActionState PENDING

Valeur statique en attente pour MicrosoftGraphActionState.

Détails du constructeur

MicrosoftGraphActionState

@Deprecated
public MicrosoftGraphActionState()

Déprécié

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

Crée une instance de la valeur MicrosoftGraphActionState.

Détails de la méthode

fromString

public static MicrosoftGraphActionState fromString(String name)

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

Parameters:

name - nom à rechercher.

Returns:

MicrosoftGraphActionState correspondant.

values

public static Collection values()

Obtient les valeurs MicrosoftGraphActionState connues.

Returns:

valeurs connues de MicrosoftGraphActionState.

S’applique à