public final class TimeSuggestion extends ComplexProperty
Modifier | Constructor and Description |
---|---|
protected |
TimeSuggestion()
Initializes a new instance of the TimeSuggestion class.
|
Modifier and Type | Method and Description |
---|---|
Collection<Conflict> |
getConflicts()
Gets a collection of conflicts at the suggested time.
|
Date |
getMeetingTime()
Gets the suggested time.
|
SuggestionQuality |
getQuality()
Gets the quality of the suggestion.
|
boolean |
isWorkTime()
Gets a value indicating whether the suggested time is within working
hours.
|
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
protected TimeSuggestion()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the readerException
- the exceptionpublic Date getMeetingTime()
public boolean isWorkTime()
public SuggestionQuality getQuality()
public Collection<Conflict> getConflicts()
Copyright © 2012–2015 Microsoft. All rights reserved.