davmail.exchange.dav
Class DavExchangeSession.MultiCondition

java.lang.Object
  extended by davmail.exchange.ExchangeSession.MultiCondition
      extended by davmail.exchange.dav.DavExchangeSession.MultiCondition
All Implemented Interfaces:
ExchangeSession.Condition
Enclosing class:
DavExchangeSession

protected static class DavExchangeSession.MultiCondition
extends ExchangeSession.MultiCondition


Field Summary
 
Fields inherited from class davmail.exchange.ExchangeSession.MultiCondition
conditions, operator
 
Constructor Summary
protected DavExchangeSession.MultiCondition(ExchangeSession.Operator operator, ExchangeSession.Condition... condition)
           
 
Method Summary
 void appendTo(StringBuilder buffer)
          Append condition 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

DavExchangeSession.MultiCondition

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

appendTo

public void appendTo(StringBuilder buffer)
Description copied from interface: ExchangeSession.Condition
Append condition to buffer.

Parameters:
buffer - search filter buffer


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