|
||||||||
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.Conflict
public final class Conflict
Represents a conflict in a meeting time suggestion.
Constructor Summary | |
---|---|
protected |
Conflict(ConflictType conflictType)
Initializes a new instance of the Conflict class. |
Method Summary | |
---|---|
ConflictType |
getConflictType()
Gets the type of the conflict. |
LegacyFreeBusyStatus |
getFreeBusyStatus()
Gets the free/busy status of the conflicting attendee. |
int |
getNumberOfMembers()
Gets the number of users, resources, and rooms in the conflicting group. |
int |
getNumberOfMembersAvailable()
Gets the number of members who are available (whose status is Free) in the conflicting group. |
int |
getNumberOfMembersWithConflict()
Gets the number of members who have a conflict (whose status is Busy, OOF or Tentative) in the conflicting group. |
int |
getNumberOfMembersWithNoData()
Gets the number of members who do not have published free/busy data in the conflicting group. |
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 Conflict(ConflictType conflictType)
conflictType
- the conflict typeMethod Detail |
---|
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the reader
java.lang.Exception
- the exceptionpublic ConflictType getConflictType()
public int getNumberOfMembers()
public int getNumberOfMembersAvailable()
public int getNumberOfMembersWithConflict()
public int getNumberOfMembersWithNoData()
public LegacyFreeBusyStatus getFreeBusyStatus()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |