MeetingEventDetails Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. MeetingDetailsBase - com.
microsoft. bot. schema. teams. MeetingEventDetails
- com.
- com.
public class MeetingEventDetails
extends MeetingDetailsBase
Specific details of a Teams meeting.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MeetingEventDetails() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getMeetingType()
Gets the meeting's type. |
| void |
setMeetingType(String withMeetingType)
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
MeetingEventDetails
public MeetingEventDetails()
Method Details
getMeetingType
public String getMeetingType()
Gets the meeting's type.
Returns:
The meeting's type.
setMeetingType
public void setMeetingType(String withMeetingType)
Sets the meeting's type.
Parameters:
withMeetingType
- The meeting's type.