Uses of Class
microsoft.exchange.webservices.data.LogicalOperator

Uses of LogicalOperator in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return LogicalOperator
 LogicalOperator SearchFilter.SearchFilterCollection.getLogicalOperator()
          Gets the logical operator that links the serach filters in this collection.
static LogicalOperator LogicalOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogicalOperator[] LogicalOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in microsoft.exchange.webservices.data with parameters of type LogicalOperator
 void SearchFilter.SearchFilterCollection.setLogicalOperator(LogicalOperator logicalOperator)
          Sets the logical operator that links the serach filters in this collection.
 

Constructors in microsoft.exchange.webservices.data with parameters of type LogicalOperator
SearchFilter.SearchFilterCollection(LogicalOperator logicalOperator)
          Initializes a new instance of the class.
SearchFilter.SearchFilterCollection(LogicalOperator logicalOperator, Iterable<SearchFilter> searchFilters)
          Initializes a new instance of the class.
SearchFilter.SearchFilterCollection(LogicalOperator logicalOperator, SearchFilter... searchFilters)
          Initializes a new instance of the class.
 



Copyright © 2012. All Rights Reserved.