|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.availability.TimeSuggestion
public final class TimeSuggestion
Represents an availability time suggestion.
| Constructor Summary | |
|---|---|
protected |
TimeSuggestion()
Initializes a new instance of the TimeSuggestion class. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.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 TimeSuggestion()
| Method Detail |
|---|
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exceptionpublic Date getMeetingTime()
public boolean isWorkTime()
public SuggestionQuality getQuality()
public Collection<Conflict> getConflicts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||