public class MeetingSuggestion
extends java.lang.Object
| Constructor and Description |
|---|
MeetingSuggestion()
Initializes a new instance of the MeetingSuggestion class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EmailUser> |
getAttendees()
Gets the recipients of an invitation to a meeting.
|
java.util.Date |
getEndTime()
Gets the end time of a meeting or appointment.
|
java.lang.String |
getLocation()
Gets the location of a meeting or appointment.
|
java.lang.String |
getMeeting()
Gets the description of the meeting as the result of entity extraction.
|
Position |
getPosition()
Gets the position of the entity.
|
java.util.Date |
getStartTime()
Gets the start time of a meeting or appointment.
|
java.lang.String |
getSubject()
Gets the subject of a meeting or appointment.
|
public MeetingSuggestion()
public Position getPosition()
public java.lang.String getLocation()
public java.lang.String getMeeting()
public java.lang.String getSubject()
public java.util.Date getStartTime()
public java.util.Date getEndTime()
public java.util.List<EmailUser> getAttendees()