Class ConferenceDataService

ConferenceDataService

スクリプトが会議情報の作成に使用できるサービス。

プロパティ

プロパティ種類説明
ConferenceErrorTypeConferenceErrorTypeConferenceErrorType 列挙型。
EntryPointFeatureEntryPointFeatureEntryPointFeature 列挙型。
EntryPointTypeEntryPointTypeEntryPointType 列挙型。

Methods

メソッド戻り値の型概要
newConferenceDataBuilder()ConferenceDataBuilder新しい空の ConferenceDataBuilder を返します。
newConferenceError()ConferenceError新しい空の ConferenceError を返します。
newConferenceParameter()ConferenceParameter新しい空の ConferenceParameter を返します。
newEntryPoint()EntryPoint新しい空の EntryPoint を返します。

詳細なドキュメント

newConferenceDataBuilder()

新しい空の ConferenceDataBuilder を返します。

リターン

ConferenceDataBuilder - 新しい空の ConferenceDataBuilder


newConferenceError()

新しい空の ConferenceError を返します。

リターン

ConferenceError - 新しい空の ConferenceError


newConferenceParameter()

新しい空の ConferenceParameter を返します。

リターン

ConferenceParameter - 新しい空の ConferenceParameter


newEntryPoint()

新しい空の EntryPoint を返します。

リターン

EntryPoint - 新しい空の EntryPoint