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