MeetingDetails クラス

public class MeetingDetails
extends MeetingDetailsBase

Teams 会議の具体的な詳細。

コンストラクターの概要

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

メソッドの概要

修飾子と型 メソッドと説明
java.lang.String getMsGraphResourceId()

MSGraph API呼び出しに特に使用される Ms GraphリソースID を取得します。

java.time.OffsetDateTime getScheduledEndTime()

会議のスケジュールされた終了時刻 (UTC) を取得します。

java.time.OffsetDateTime getScheduledStartTime()

会議のスケジュールされた開始時刻 (UTC) を取得します。

java.lang.String getType()

会議の種類を取得します。

void setMsGraphResourceId(String withMsGraphResourceId)

MSGraph API呼び出しに特に使用される Ms GraphリソースID を設定します。

void setScheduledEndTime(OffsetDateTime withScheduledEndTime)

会議のスケジュールされた終了時刻を UTC で設定します。

void setScheduledStartTime(OffsetDateTime withScheduledStartTime)

会議のスケジュールされた開始時刻 (UTC) を設定します。

void setType(String withType)

会議の種類を設定します。

メソッドの継承元: MeetingDetailsBase

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

MeetingDetails

public MeetingDetails()

メソッドの詳細

getMsGraphResourceId

public String getMsGraphResourceId()

MS Graph API呼び出しに特に使用される MsGraphResourceId を取得します。

Returns:

MsGraphResourceId。MS Graph API呼び出し専用に使用されます。

getScheduledEndTime

public OffsetDateTime getScheduledEndTime()

会議のスケジュールされた終了時刻 (UTC) を取得します。

Returns:

会議のスケジュールされた終了時刻 (UTC)。

getScheduledStartTime

public OffsetDateTime getScheduledStartTime()

会議のスケジュールされた開始時刻 (UTC) を取得します。

Returns:

会議のスケジュールされた開始時刻 (UTC)。

getType

public String getType()

会議の種類を取得します。

Returns:

会議の種類。

setMsGraphResourceId

public void setMsGraphResourceId(String withMsGraphResourceId)

MS Graph API呼び出しに特に使用される MsGraphResourceId を設定します。

Parameters:

withMsGraphResourceId - MsGraphResourceId。MS Graph API呼び出し専用に使用されます。

setScheduledEndTime

public void setScheduledEndTime(OffsetDateTime withScheduledEndTime)

会議のスケジュールされた終了時刻を UTC で設定します。

Parameters:

withScheduledEndTime - 会議のスケジュールされた終了時刻 (UTC)。

setScheduledStartTime

public void setScheduledStartTime(OffsetDateTime withScheduledStartTime)

会議のスケジュールされた開始時刻 (UTC) を設定します。

Parameters:

withScheduledStartTime - 会議のスケジュールされた開始時刻 (UTC)。

setType

public void setType(String withType)

会議の種類を設定します。

Parameters:

withType - 会議の種類。

適用対象