Partager via


MicrosoftGraphWeekIndex Classe

public final class MicrosoftGraphWeekIndex
extends ExpandableStringEnum<MicrosoftGraphWeekIndex>

weekIndex.

Récapitulatif du champ

Modificateur et type Champ et description
static final MicrosoftGraphWeekIndex FIRST

Valeur statique d’abord pour l’index de semaineMicrosoftGraph.

static final MicrosoftGraphWeekIndex FOURTH

Valeur statique quatrième pour MicrosoftGraphWeekIndex.

static final MicrosoftGraphWeekIndex LAST

Dernière valeur statique pour MicrosoftGraphWeekIndex.

static final MicrosoftGraphWeekIndex SECOND

Valeur statique deuxième pour l’index de semaineMicrosoftGraph.

static final MicrosoftGraphWeekIndex THIRD

Valeur statique troisième pour l’index de semaineMicrosoftGraph.

Récapitulatif du constructeur

Constructeur Description
MicrosoftGraphWeekIndex()

Déprécié

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

Crée une instance de valeur d’index de semaineMicrosoftGraph.

Résumé de la méthode

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

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

static Collection<MicrosoftGraphWeekIndex> values()

Obtient les valeurs connues de l’index de semaineMicrosoftGraph.

Méthodes héritées de ExpandableStringEnum

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

Détails du champ

FIRST

public static final MicrosoftGraphWeekIndex FIRST

Valeur statique d’abord pour MicrosoftGraphWeekIndex.

FOURTH

public static final MicrosoftGraphWeekIndex FOURTH

Valeur statique quatrième pour MicrosoftGraphWeekIndex.

LAST

public static final MicrosoftGraphWeekIndex LAST

Valeur statique en dernier pour MicrosoftGraphWeekIndex.

SECOND

public static final MicrosoftGraphWeekIndex SECOND

Valeur statique deuxième pour MicrosoftGraphWeekIndex.

THIRD

public static final MicrosoftGraphWeekIndex THIRD

Valeur statique troisième pour MicrosoftGraphWeekIndex.

Détails du constructeur

MicrosoftGraphWeekIndex

@Deprecated
public MicrosoftGraphWeekIndex()

Déprécié

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

Crée une instance de la valeur MicrosoftGraphWeekIndex.

Détails de la méthode

fromString

public static MicrosoftGraphWeekIndex fromString(String name)

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

Parameters:

name - nom à rechercher.

Returns:

MicrosoftGraphWeekIndex correspondant.

values

public static Collection values()

Obtient des valeurs MicrosoftGraphWeekIndex connues.

Returns:

valeurs MicrosoftGraphWeekIndex connues.

S’applique à