protected static class EwsExchangeSession.ExistsCondition extends Object implements ExchangeSession.Condition, SearchExpression
Modifier and Type | Field and Description |
---|---|
protected String |
attributeName |
Modifier | Constructor and Description |
---|---|
protected |
ExistsCondition(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 ExistsCondition(String attributeName)
public void appendTo(StringBuilder buffer)
ExchangeSession.Condition
appendTo
in interface SearchExpression
appendTo
in interface ExchangeSession.Condition
buffer
- search filter bufferpublic boolean isEmpty()
ExchangeSession.Condition
isEmpty
in interface ExchangeSession.Condition
public boolean isMatch(ExchangeSession.Contact contact)
ExchangeSession.Condition
isMatch
in interface ExchangeSession.Condition
contact
- Exchange ContactCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.