|
|||||||||
| 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 | |
|---|---|
Date |
getDate()
Gets the date and time of the suggestion. |
SuggestionQuality |
getQuality()
Gets the quality of the suggestion. |
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, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, 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 XMLStreamException,
ServiceXmlDeserializationException,
Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
XMLStreamException - the xML stream exception
ServiceXmlDeserializationException - the service xml deserialization exception
Exception - the exceptionpublic Date getDate()
public SuggestionQuality getQuality()
public Collection<TimeSuggestion> getTimeSuggestions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||