protected static class EwsExchangeSession.AttributeCondition extends ExchangeSession.AttributeCondition implements SearchExpression
| Modifier and Type | Field and Description | 
|---|---|
protected ContainmentComparison | 
containmentComparison  | 
protected ContainmentMode | 
containmentMode  | 
attributeName, operator, value| Modifier | Constructor and Description | 
|---|---|
protected  | 
AttributeCondition(String attributeName,
                  ExchangeSession.Operator operator,
                  String value)  | 
protected  | 
AttributeCondition(String attributeName,
                  ExchangeSession.Operator operator,
                  String value,
                  ContainmentMode containmentMode,
                  ContainmentComparison containmentComparison)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
appendTo(StringBuilder buffer)
Append search expression to buffer. 
 | 
protected FieldURI | 
getFieldURI()  | 
protected ExchangeSession.Operator | 
getOperator()  | 
boolean | 
isMatch(ExchangeSession.Contact contact)
Test if the contact matches current condition. 
 | 
getAttributeName, getValue, isEmptyprotected ContainmentMode containmentMode
protected ContainmentComparison containmentComparison
protected AttributeCondition(String attributeName, ExchangeSession.Operator operator, String value)
protected AttributeCondition(String attributeName, ExchangeSession.Operator operator, String value, ContainmentMode containmentMode, ContainmentComparison containmentComparison)
protected FieldURI getFieldURI()
protected ExchangeSession.Operator getOperator()
public void appendTo(StringBuilder buffer)
SearchExpressionappendTo in interface SearchExpressionappendTo in interface ExchangeSession.Conditionbuffer - search bufferpublic boolean isMatch(ExchangeSession.Contact contact)
ExchangeSession.ConditionisMatch in interface ExchangeSession.Conditioncontact - Exchange ContactCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.