davmail.exchange.ews
Class EwsExchangeSession.MultiCondition

java.lang.Object
  extended by davmail.exchange.ExchangeSession.MultiCondition
      extended by davmail.exchange.ews.EwsExchangeSession.MultiCondition
All Implemented Interfaces:
SearchExpression, ExchangeSession.Condition
Enclosing class:
EwsExchangeSession

protected static class EwsExchangeSession.MultiCondition
extends ExchangeSession.MultiCondition
implements SearchExpression


Field Summary
 
Fields inherited from class davmail.exchange.ExchangeSession.MultiCondition
conditions, operator
 
Constructor Summary
protected EwsExchangeSession.MultiCondition(ExchangeSession.Operator operator, ExchangeSession.Condition... condition)
           
 
Method Summary
 void appendTo(StringBuilder buffer)
          Append search expression to buffer.
 
Methods inherited from class davmail.exchange.ExchangeSession.MultiCondition
add, getConditions, getOperator, isEmpty, isMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EwsExchangeSession.MultiCondition

protected EwsExchangeSession.MultiCondition(ExchangeSession.Operator operator,
                                            ExchangeSession.Condition... condition)
Method Detail

appendTo

public void appendTo(StringBuilder buffer)
Description copied from interface: SearchExpression
Append search expression to buffer.

Specified by:
appendTo in interface SearchExpression
Specified by:
appendTo in interface ExchangeSession.Condition
Parameters:
buffer - search buffer


Copyright © 2001-2013 MickaĆ«l Guessant. All Rights Reserved.