protected static class GraphExchangeSession.IsNullCondition extends Object implements ExchangeSession.Condition, SearchExpression
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
| Modifier | Constructor and Description |
|---|---|
protected |
IsNullCondition(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(StringBuilder buffer)
Append condition to buffer.
|
boolean |
isEmpty()
True if condition is empty.
|
boolean |
isMatch(ExchangeSession.Contact contact)
Test if the contact matches current condition.
|
protected final String attributeName
protected IsNullCondition(String attributeName)
public void appendTo(StringBuilder buffer)
ExchangeSession.ConditionappendTo in interface SearchExpressionappendTo in interface ExchangeSession.Conditionbuffer - search filter bufferpublic 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.