Partager via


MicrosoftGraphOnlineMeetingRole Classe

public final class MicrosoftGraphOnlineMeetingRole
extends ExpandableStringEnum<MicrosoftGraphOnlineMeetingRole>

onlineMeetingRole.

Récapitulatif du champ

Modificateur et type Champ et description
static final MicrosoftGraphOnlineMeetingRole ATTENDEE

Participant à valeur statique pour le rôle de réunionMicrosoftGraphOnline.

static final MicrosoftGraphOnlineMeetingRole PRESENTER

Présentateur de valeur statique pour le rôle de réunionMicrosoftGraphOnline.

static final MicrosoftGraphOnlineMeetingRole UNKNOWN_FUTURE_VALUE

Valeur statique inconnueValeur futurepour le rôle de réunionMicrosoftGraphOnline.

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éunionen ligneMicrosoftGraph.

Résumé de la méthode

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

Crée ou recherche un rôle de réunionMicrosoftGraphOnlineà partir de sa représentation de chaîne.

static Collection<MicrosoftGraphOnlineMeetingRole> values()

Obtient les valeurs de rôle de réunionen ligneMicrosoftGraphconnues.

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é

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

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:

name - nom à rechercher.

Returns:

MicrosoftGraphOnlineMeetingRole correspondant.

values

public static Collection values()

Obtient des valeurs MicrosoftGraphOnlineMeetingRole connues.

Returns:

valeurs MicrosoftGraphOnlineMeetingRole connues.

S’applique à