MeetingDetails 类

public class MeetingDetails
extends MeetingDetailsBase

Teams 会议的特定详细信息。

构造函数摘要

构造函数 说明
MeetingDetails()

方法摘要

修饰符和类型 方法和描述
java.lang.String getMsGraphResourceId()

获取专门用于 MS图形 API 调用的 Ms Graph资源ID。

java.time.OffsetDateTime getScheduledEndTime()

获取会议计划的结束时间(以 UTC 为单位)。

java.time.OffsetDateTime getScheduledStartTime()

获取会议计划的开始时间(以 UTC 为单位)。

java.lang.String getType()

获取会议的类型。

void setMsGraphResourceId(String withMsGraphResourceId)

设置专用于 MS图形 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 图形 API 调用的 MsGraphResourceId。

Returns:

MsGraphResourceId,专门用于 MS 图形 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 图形 API调用的 MsGraphResourceId。

Parameters:

withMsGraphResourceId - MsGraphResourceId,专门用于 MS 图形 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 - 会议类型。

适用于