MeetingDetails Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. MeetingDetailsBase - com.
microsoft. bot. schema. teams. MeetingDetails
- com.
- com.
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 Ms |
| 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 Ms |
| 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
Constructor Details
MeetingDetails
public MeetingDetails()
Method Details
getMsGraphResourceId
public String getMsGraphResourceId()
Gets the MsGraphResourceId, used specifically for MS Graph API calls.
Returns:
getScheduledEndTime
public OffsetDateTime getScheduledEndTime()
Gets the meeting's scheduled end time, in UTC.
Returns:
getScheduledStartTime
public OffsetDateTime getScheduledStartTime()
Gets the meeting's scheduled start time, in UTC.
Returns:
getType
public String getType()
Gets the meeting's type.
Returns:
setMsGraphResourceId
public void setMsGraphResourceId(String withMsGraphResourceId)
Sets the MsGraphResourceId, used specifically for MS Graph API calls.
Parameters:
setScheduledEndTime
public void setScheduledEndTime(OffsetDateTime withScheduledEndTime)
Sets the meeting's scheduled end time, in UTC.
Parameters:
setScheduledStartTime
public void setScheduledStartTime(OffsetDateTime withScheduledStartTime)
Sets the meeting's scheduled start time, in UTC.
Parameters:
setType
public void setType(String withType)
Sets the meeting's type.
Parameters: