Делите путем


MeetingDetails Class

public class MeetingDetails
extends MeetingDetailsBase

Specific details of a Teams meeting.

Constructor Summary

Constructor Description
MeetingDetails()

Method Summary

Modifier and Type Method and Description
java.lang.String getMsGraphResourceId()

Gets the MsGraphResourceId, used specifically for MS Graph API calls.

java.time.OffsetDateTime getScheduledEndTime()

Gets the meeting's scheduled end time, in UTC.

java.time.OffsetDateTime getScheduledStartTime()

Gets the meeting's scheduled start time, in UTC.

java.lang.String getType()

Gets the meeting's type.

void setMsGraphResourceId(String withMsGraphResourceId)

Sets the MsGraphResourceId, used specifically for MS Graph API calls.

void setScheduledEndTime(OffsetDateTime withScheduledEndTime)

Sets the meeting's scheduled end time, in UTC.

void setScheduledStartTime(OffsetDateTime withScheduledStartTime)

Sets the meeting's scheduled start time, in UTC.

void setType(String withType)

Sets the meeting's type.

Methods inherited from MeetingDetailsBase

Methods inherited from 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

Constructor Details

MeetingDetails

public MeetingDetails()

Method Details

getMsGraphResourceId

public String getMsGraphResourceId()

Gets the MsGraphResourceId, used specifically for MS Graph API calls.

Returns:

The MsGraphResourceId, used specifically for MS Graph API calls.

getScheduledEndTime

public OffsetDateTime getScheduledEndTime()

Gets the meeting's scheduled end time, in UTC.

Returns:

The meeting's scheduled end time, in UTC.

getScheduledStartTime

public OffsetDateTime getScheduledStartTime()

Gets the meeting's scheduled start time, in UTC.

Returns:

The meeting's scheduled start time, in UTC.

getType

public String getType()

Gets the meeting's type.

Returns:

The meeting's type.

setMsGraphResourceId

public void setMsGraphResourceId(String withMsGraphResourceId)

Sets the MsGraphResourceId, used specifically for MS Graph API calls.

Parameters:

withMsGraphResourceId - The MsGraphResourceId, used specifically for MS Graph API calls.

setScheduledEndTime

public void setScheduledEndTime(OffsetDateTime withScheduledEndTime)

Sets the meeting's scheduled end time, in UTC.

Parameters:

withScheduledEndTime - The meeting's scheduled end time, in UTC.

setScheduledStartTime

public void setScheduledStartTime(OffsetDateTime withScheduledStartTime)

Sets the meeting's scheduled start time, in UTC.

Parameters:

withScheduledStartTime - The meeting's scheduled start time, in UTC.

setType

public void setType(String withType)

Sets the meeting's type.

Parameters:

withType - The meeting's type.

Applies to