Partager via


MicrosoftGraphWellknownListName Classe

public final class MicrosoftGraphWellknownListName
extends ExpandableStringEnum<MicrosoftGraphWellknownListName>

wellknownListName.

Récapitulatif du champ

Modificateur et type Champ et description
static final MicrosoftGraphWellknownListName DEFAULT_LIST

Valeur statique par défautList for MicrosoftGraphWellknownListName.

static final MicrosoftGraphWellknownListName FLAGGED_EMAILS

Valeur statique marquéee-mails pour nom de listeMicrosoftGraphWellknown.

static final MicrosoftGraphWellknownListName NONE

Valeur statique none pour nom de listeMicrosoftGraphWellknown.

static final MicrosoftGraphWellknownListName UNKNOWN_FUTURE_VALUE

Valeur statique inconnueValeur futurepour nom de listeMicrosoftGraphWellknown.

Récapitulatif du constructeur

Constructeur Description
MicrosoftGraphWellknownListName()

Déprécié

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

Crée une instance de la valeur nom de listeMicrosoftGraphWellknown.

Résumé de la méthode

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

Crée ou recherche un nom de liste MicrosoftGraphWellknownà partir de sa représentation sousforme de chaîne.

static Collection<MicrosoftGraphWellknownListName> values()

Obtient les valeurs de nom de listemicrosoft Graphwellknownconnues.

Méthodes héritées de ExpandableStringEnum

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

Détails du champ

DEFAULT_LIST

public static final MicrosoftGraphWellknownListName DEFAULT_LIST

Valeur statique defaultList pour MicrosoftGraphWellknownListName.

FLAGGED_EMAILS

public static final MicrosoftGraphWellknownListName FLAGGED_EMAILS

Valeur statique marquéeEmails pour MicrosoftGraphWellknownListName.

NONE

public static final MicrosoftGraphWellknownListName NONE

Valeur statique none pour MicrosoftGraphWellknownListName.

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphWellknownListName UNKNOWN_FUTURE_VALUE

Valeur statique unknownFutureValue pour MicrosoftGraphWellknownListName.

Détails du constructeur

MicrosoftGraphWellknownListName

@Deprecated
public MicrosoftGraphWellknownListName()

Déprécié

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

Crée une instance de la valeur MicrosoftGraphWellknownListName.

Détails de la méthode

fromString

public static MicrosoftGraphWellknownListName fromString(String name)

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

Parameters:

name - nom à rechercher.

Returns:

MicrosoftGraphWellknownListName correspondant.

values

public static Collection values()

Obtient les valeurs connues de MicrosoftGraphWellknownListName.

Returns:

valeurs connues de MicrosoftGraphWellknownListName.

S’applique à