public abstract static class ExchangeSession.NotCondition extends Object implements ExchangeSession.Condition
| Modifier and Type | Field and Description |
|---|---|
protected ExchangeSession.Condition |
condition |
| Modifier | Constructor and Description |
|---|---|
protected |
NotCondition(ExchangeSession.Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
True if condition is empty.
|
boolean |
isMatch(ExchangeSession.Contact contact)
Test if the contact matches current condition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendToprotected final ExchangeSession.Condition condition
protected NotCondition(ExchangeSession.Condition condition)
public boolean isEmpty()
ExchangeSession.ConditionisEmpty in interface ExchangeSession.Conditionpublic boolean isMatch(ExchangeSession.Contact contact)
ExchangeSession.ConditionisMatch in interface ExchangeSession.Conditioncontact - Exchange ContactCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.