|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.Suggestion
public final class Suggestion
Represents a suggestion for a specific date.
Constructor Summary | |
---|---|
protected |
Suggestion()
Initializes a new instance of the Suggestion class. |
Method Summary | |
---|---|
java.util.Date |
getDate()
Gets the date and time of the suggestion. |
SuggestionQuality |
getQuality()
Gets the quality of the suggestion. |
java.util.Collection<TimeSuggestion> |
getTimeSuggestions()
Gets a collection of suggested times within the suggested day. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Tries to read element from XML. |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Suggestion()
Method Detail |
---|
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws javax.xml.stream.XMLStreamException, ServiceXmlDeserializationException, java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the reader
javax.xml.stream.XMLStreamException
- the xML stream exception
ServiceXmlDeserializationException
- the service xml deserialization exception
java.lang.Exception
- the exceptionpublic java.util.Date getDate()
public SuggestionQuality getQuality()
public java.util.Collection<TimeSuggestion> getTimeSuggestions()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |