protected static class DavExchangeSession.AttributeCondition extends ExchangeSession.AttributeCondition
Modifier and Type | Field and Description |
---|---|
protected boolean |
isIntValue |
attributeName, operator, value
Modifier | Constructor and Description |
---|---|
protected |
AttributeCondition(String attributeName,
ExchangeSession.Operator operator,
int value) |
protected |
AttributeCondition(String attributeName,
ExchangeSession.Operator operator,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
appendTo(StringBuilder buffer)
Append condition to buffer.
|
boolean |
isMatch(ExchangeSession.Contact contact)
Test if the contact matches current condition.
|
getAttributeName, getValue, isEmpty
protected AttributeCondition(String attributeName, ExchangeSession.Operator operator, String value)
protected AttributeCondition(String attributeName, ExchangeSession.Operator operator, int value)
public void appendTo(StringBuilder buffer)
ExchangeSession.Condition
buffer
- search filter bufferpublic boolean isMatch(ExchangeSession.Contact contact)
ExchangeSession.Condition
contact
- Exchange ContactCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.