Uses of Class
microsoft.exchange.webservices.data.core.enumeration.search.LogicalOperator
-
Packages that use LogicalOperator Package Description microsoft.exchange.webservices.data.core.enumeration.search microsoft.exchange.webservices.data.search.filter -
-
Uses of LogicalOperator in microsoft.exchange.webservices.data.core.enumeration.search
Methods in microsoft.exchange.webservices.data.core.enumeration.search that return LogicalOperator Modifier and Type Method Description static LogicalOperatorLogicalOperator. 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. -
Uses of LogicalOperator in microsoft.exchange.webservices.data.search.filter
Methods in microsoft.exchange.webservices.data.search.filter that return LogicalOperator Modifier and Type Method Description LogicalOperatorSearchFilter.SearchFilterCollection. getLogicalOperator()Gets the logical operator that links the serach filter in this collection.Methods in microsoft.exchange.webservices.data.search.filter with parameters of type LogicalOperator Modifier and Type Method Description voidSearchFilter.SearchFilterCollection. setLogicalOperator(LogicalOperator logicalOperator)Sets the logical operator that links the serach filter in this collection.Constructors in microsoft.exchange.webservices.data.search.filter with parameters of type LogicalOperator Constructor Description SearchFilterCollection(LogicalOperator logicalOperator)Initializes a new instance of the class.SearchFilterCollection(LogicalOperator logicalOperator, Iterable<SearchFilter> searchFilters)Initializes a new instance of the class.SearchFilterCollection(LogicalOperator logicalOperator, SearchFilter... searchFilters)Initializes a new instance of the class.
-