public class Suggestion
extends java.lang.Object
| Constructor and Description |
|---|
Suggestion()
Initializes a new instance of the Suggestion class.
|
Suggestion(javax.xml.stream.XMLStreamReader reader)
Initializes a new instance of the Suggestion class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttendeeConflict> |
getAttendeeConflicts()
Contains a collection of information that describes conflicts between users and resources and the suggested meeting time.
|
java.util.Date |
getMeetingTime()
Gets a suggested meeting time.
|
SuggestionQuality |
getQuality()
Gets the quality of the suggested meeting time.
|
boolean |
isWorkTime()
Gets whether the suggested meeting time occurs during scheduled work hours.
|
public Suggestion()
public Suggestion(javax.xml.stream.XMLStreamReader reader)
throws javax.xml.stream.XMLStreamException,
java.text.ParseException
reader - the readerjavax.xml.stream.XMLStreamException - the xML stream exceptionjava.text.ParseException - the parse exceptionpublic java.util.Date getMeetingTime()
public boolean isWorkTime()
public SuggestionQuality getQuality()
public java.util.List<AttendeeConflict> getAttendeeConflicts()