Partager via


MicrosoftGraphMessageActionFlag Classe

public final class MicrosoftGraphMessageActionFlag
extends ExpandableStringEnum<MicrosoftGraphMessageActionFlag>

messageActionFlag.

Récapitulatif du champ

Modificateur et type Champ et description
static final MicrosoftGraphMessageActionFlag ANY

Valeur statique pour l’indicateur d’actionde messageMicrosoftGraph.

static final MicrosoftGraphMessageActionFlag CALL

Appel de valeur statique pour l’indicateur d’actionde messageMicrosoftGraph.

static final MicrosoftGraphMessageActionFlag DO_NOT_FORWARD

La valeur statique n’estpastransférée pour l’indicateur d’actionde messageMicrosoftGraph.

static final MicrosoftGraphMessageActionFlag FOLLOW_UP

Suivi de la valeurstatique pour l’indicateur d’actionde messageMicrosoftGraph.

static final MicrosoftGraphMessageActionFlag FORWARD

Transfert de valeur statique pour l’indicateur d’actionde messageMicrosoftGraph.

static final MicrosoftGraphMessageActionFlag FYI

Valeur statique fyi pour l’indicateur d’actionde messageMicrosoftGraph.

static final MicrosoftGraphMessageActionFlag NO_RESPONSE_NECESSARY

Valeur statique aucuneréponsenécessaire pour l’indicateur d’actionde messageMicrosoftGraph.

static final MicrosoftGraphMessageActionFlag READ

Valeur statique lue pour l’indicateur d’actionde messageMicrosoftGraph.

static final MicrosoftGraphMessageActionFlag REPLY

Réponse de valeur statique pour l’indicateur d’actionde messageMicrosoftGraph.

static final MicrosoftGraphMessageActionFlag REPLY_TO_ALL

Valeur statique replyToAll pour l’indicateur d’actionde messageMicrosoftGraph.

static final MicrosoftGraphMessageActionFlag REVIEW

Révision de valeur statique pour l’indicateur d’actionde messageMicrosoftGraph.

Récapitulatif du constructeur

Constructeur Description
MicrosoftGraphMessageActionFlag()

Déprécié

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

Crée une instance de la valeur de l’indicateur d’actionde messageMicrosoftGraph.

Résumé de la méthode

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

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

static Collection<MicrosoftGraphMessageActionFlag> values()

Obtient les valeurs connues de l’indicateur d’action demessageMicrosoftGraph.

Méthodes héritées de ExpandableStringEnum

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

Détails du champ

ANY

public static final MicrosoftGraphMessageActionFlag ANY

Valeur statique pour MicrosoftGraphMessageActionFlag.

CALL

public static final MicrosoftGraphMessageActionFlag CALL

Appel de valeur statique pour MicrosoftGraphMessageActionFlag.

DO_NOT_FORWARD

public static final MicrosoftGraphMessageActionFlag DO_NOT_FORWARD

Valeur statique doNotForward pour MicrosoftGraphMessageActionFlag.

FOLLOW_UP

public static final MicrosoftGraphMessageActionFlag FOLLOW_UP

Suivi des valeurs statiques pour MicrosoftGraphMessageActionFlag.

FORWARD

public static final MicrosoftGraphMessageActionFlag FORWARD

Transfert de valeur statique pour MicrosoftGraphMessageActionFlag.

FYI

public static final MicrosoftGraphMessageActionFlag FYI

Valeur statique fyi pour MicrosoftGraphMessageActionFlag.

NO_RESPONSE_NECESSARY

public static final MicrosoftGraphMessageActionFlag NO_RESPONSE_NECESSARY

Valeur statique noResponseNecessary pour MicrosoftGraphMessageActionFlag.

READ

public static final MicrosoftGraphMessageActionFlag READ

Valeur statique lue pour MicrosoftGraphMessageActionFlag.

REPLY

public static final MicrosoftGraphMessageActionFlag REPLY

Réponse de valeur statique pour MicrosoftGraphMessageActionFlag.

REPLY_TO_ALL

public static final MicrosoftGraphMessageActionFlag REPLY_TO_ALL

Valeur statique replyToAll pour MicrosoftGraphMessageActionFlag.

REVIEW

public static final MicrosoftGraphMessageActionFlag REVIEW

Révision statique des valeurs pour MicrosoftGraphMessageActionFlag.

Détails du constructeur

MicrosoftGraphMessageActionFlag

@Deprecated
public MicrosoftGraphMessageActionFlag()

Déprécié

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

Crée une instance de la valeur MicrosoftGraphMessageActionFlag.

Détails de la méthode

fromString

public static MicrosoftGraphMessageActionFlag fromString(String name)

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

Parameters:

name - nom à rechercher.

Returns:

MicrosoftGraphMessageActionFlag correspondant.

values

public static Collection values()

Obtient les valeurs MicrosoftGraphMessageActionFlag connues.

Returns:

valeurs connues de MicrosoftGraphMessageActionFlag.

S’applique à