MicrosoftGraphWeekIndex Classe
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWeekIndex
- com.
- com.
public final class MicrosoftGraphWeekIndex
extends ExpandableStringEnum<MicrosoftGraphWeekIndex>
weekIndex.
Récapitulatif du champ
Modificateur et type | Champ et description |
---|---|
static final
Microsoft |
FIRST
Valeur statique d’abord pour l’index de semaine |
static final
Microsoft |
FOURTH
Valeur statique quatrième pour Microsoft |
static final
Microsoft |
LAST
Dernière valeur statique pour Microsoft |
static final
Microsoft |
SECOND
Valeur statique deuxième pour l’index de semaine |
static final
Microsoft |
THIRD
Valeur statique troisième pour l’index de semaine |
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 semaine |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
static
Microsoft |
fromString(String name)
Crée ou recherche un index de semaine |
static
Collection<Microsoft |
values()
Obtient les valeurs connues de l’index de semaine |
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é
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:
Returns:
values
public static Collection
Obtient des valeurs MicrosoftGraphWeekIndex connues.
Returns:
S’applique à
Azure SDK for Java