MicrosoftGraphOnlineMeetingRole Classe
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnlineMeetingRole
- com.
- com.
public final class MicrosoftGraphOnlineMeetingRole
extends ExpandableStringEnum<MicrosoftGraphOnlineMeetingRole>
onlineMeetingRole.
Récapitulatif du champ
Modificateur et type | Champ et description |
---|---|
static final
Microsoft |
ATTENDEE
Participant à valeur statique pour le rôle de réunion |
static final
Microsoft |
PRESENTER
Présentateur de valeur statique pour le rôle de réunion |
static final
Microsoft |
UNKNOWN_FUTURE_VALUE
Valeur statique inconnue |
Récapitulatif du constructeur
Constructeur | Description |
---|---|
MicrosoftGraphOnlineMeetingRole() |
Déprécié
Utilisez la fromString(String name) méthode factory.
Crée une instance de la valeur rôle de réunion |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
static
Microsoft |
fromString(String name)
Crée ou recherche un rôle de réunion |
static
Collection<Microsoft |
values()
Obtient les valeurs de rôle de réunion |
Méthodes héritées de ExpandableStringEnum
Méthodes héritées de java.lang.Object
Détails du champ
ATTENDEE
public static final MicrosoftGraphOnlineMeetingRole ATTENDEE
Participant à valeur statique pour MicrosoftGraphOnlineMeetingRole.
PRESENTER
public static final MicrosoftGraphOnlineMeetingRole PRESENTER
Présentateur de valeur statique pour MicrosoftGraphOnlineMeetingRole.
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphOnlineMeetingRole UNKNOWN_FUTURE_VALUE
Valeur statique unknownFutureValue pour MicrosoftGraphOnlineMeetingRole.
Détails du constructeur
MicrosoftGraphOnlineMeetingRole
@Deprecated
public MicrosoftGraphOnlineMeetingRole()
Déprécié
Crée une instance de la valeur MicrosoftGraphOnlineMeetingRole.
Détails de la méthode
fromString
public static MicrosoftGraphOnlineMeetingRole fromString(String name)
Crée ou recherche un MicrosoftGraphOnlineMeetingRole à partir de sa représentation sous chaîne.
Parameters:
Returns:
values
public static Collection
Obtient des valeurs MicrosoftGraphOnlineMeetingRole connues.
Returns:
S’applique à
Azure SDK for Java