次の方法で共有


MicrosoftGraphOnlineMeetingPresenters クラス

public final class MicrosoftGraphOnlineMeetingPresenters
extends ExpandableStringEnum<MicrosoftGraphOnlineMeetingPresenters>

onlineMeetingPresenters。

フィールドの概要

修飾子と型 フィールドと説明
static final MicrosoftGraphOnlineMeetingPresenters EVERYONE

MicrosoftGraphOnline会議の発表者全員の静的な値。

static final MicrosoftGraphOnlineMeetingPresenters ORGANIZATION

MicrosoftGraphOnline会議の発表者の静的な値organization。

static final MicrosoftGraphOnlineMeetingPresenters ORGANIZER

MicrosoftGraphOnline会議発表者の静的な値オーガナイザー。

static final MicrosoftGraphOnlineMeetingPresenters ROLE_IS_PRESENTER

MicrosoftGraphOnline会議発表者の静的値ロールIsPresenter。

static final MicrosoftGraphOnlineMeetingPresenters UNKNOWN_FUTURE_VALUE

Microsoft Graph Online 会議の発表者の静的な値不明な将来価値。

コンストラクターの概要

コンストラクター 説明
MicrosoftGraphOnlineMeetingPresenters()

非推奨

ファクトリ メソッドを使用します fromString(String name)

MicrosoftGraphOnline会議発表者の値の新しいインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
static MicrosoftGraphOnlineMeetingPresenters fromString(String name)

文字列表現から MicrosoftGraphOnline会議発表者を作成または検索します。

static Collection<MicrosoftGraphOnlineMeetingPresenters> values()

既知の MicrosoftGraphOnline会議発表者の値を取得します。

メソッドの継承元: ExpandableStringEnum

メソッドの継承元: java.lang.Object

フィールドの詳細

EVERYONE

public static final MicrosoftGraphOnlineMeetingPresenters EVERYONE

MicrosoftGraphOnlineMeetingPresenters の静的値 everyone。

ORGANIZATION

public static final MicrosoftGraphOnlineMeetingPresenters ORGANIZATION

MicrosoftGraphOnlineMeetingPresenters の静的値organization。

ORGANIZER

public static final MicrosoftGraphOnlineMeetingPresenters ORGANIZER

MicrosoftGraphOnlineMeetingPresenters の静的値オーガナイザー。

ROLE_IS_PRESENTER

public static final MicrosoftGraphOnlineMeetingPresenters ROLE_IS_PRESENTER

MicrosoftGraphOnlineMeetingPresenters の静的値 roleIsPresenter。

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphOnlineMeetingPresenters UNKNOWN_FUTURE_VALUE

MicrosoftGraphOnlineMeetingPresenters の静的な値 unknownFutureValue。

コンストラクターの詳細

MicrosoftGraphOnlineMeetingPresenters

@Deprecated
public MicrosoftGraphOnlineMeetingPresenters()

非推奨

ファクトリ メソッドを使用します fromString(String name)

MicrosoftGraphOnlineMeetingPresenters 値の新しいインスタンスを作成します。

メソッドの詳細

fromString

public static MicrosoftGraphOnlineMeetingPresenters fromString(String name)

文字列表現から MicrosoftGraphOnlineMeetingPresenters を作成または検索します。

Parameters:

name - 検索する名前。

Returns:

対応する MicrosoftGraphOnlineMeetingPresenters。

values

public static Collection values()

既知の MicrosoftGraphOnlineMeetingPresenters 値を取得します。

Returns:

既知の MicrosoftGraphOnlineMeetingPresenters 値。

適用対象