public final class Suggestion extends ComplexProperty
Constructor and Description |
---|
Suggestion()
Initializes a new instance of the Suggestion class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml
public Suggestion()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the readerException
- the exceptionpublic SuggestionQuality getQuality()
public Collection<TimeSuggestion> getTimeSuggestions()
Copyright © 2012–2015 Microsoft. All rights reserved.