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, isEmptyprotected AttributeCondition(String attributeName, ExchangeSession.Operator operator, String value)
protected AttributeCondition(String attributeName, ExchangeSession.Operator operator, int value)
public void appendTo(StringBuilder buffer)
ExchangeSession.Conditionbuffer - search filter bufferpublic boolean isMatch(ExchangeSession.Contact contact)
ExchangeSession.Conditioncontact - Exchange ContactCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.