public final class Conflict extends ComplexProperty
| Modifier | Constructor and Description |
|---|---|
protected |
Conflict(ConflictType conflictType)
Initializes a new instance of the Conflict class.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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, writeToXmlprotected Conflict(ConflictType conflictType)
conflictType - the conflict typepublic boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the readerException - the exceptionpublic ConflictType getConflictType()
public int getNumberOfMembers()
public int getNumberOfMembersAvailable()
public int getNumberOfMembersWithConflict()
public int getNumberOfMembersWithNoData()
public LegacyFreeBusyStatus getFreeBusyStatus()
Copyright © 2012–2015 Microsoft. All rights reserved.