microsoft.exchange.webservices.data
Class SearchFilter.Exists
java.lang.Object
microsoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.SearchFilter
microsoft.exchange.webservices.data.SearchFilter.PropertyBasedFilter
microsoft.exchange.webservices.data.SearchFilter.Exists
- Enclosing class:
- SearchFilter
public static final class SearchFilter.Exists
- extends SearchFilter.PropertyBasedFilter
Represents a search filter checking if a field is set. Applications can
use ExistsFilter to define conditions such as "Field IS SET".
| Nested classes/interfaces inherited from class microsoft.exchange.webservices.data.SearchFilter |
SearchFilter.ContainsSubstring, SearchFilter.ExcludesBitmask, SearchFilter.Exists, SearchFilter.IsEqualTo, SearchFilter.IsGreaterThan, SearchFilter.IsGreaterThanOrEqualTo, SearchFilter.IsLessThan, SearchFilter.IsLessThanOrEqualTo, SearchFilter.IsNotEqualTo, SearchFilter.Not, SearchFilter.PropertyBasedFilter, SearchFilter.RelationalFilter, SearchFilter.SearchFilterCollection |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchFilter.Exists
public SearchFilter.Exists()
- Initializes a new instance of the class.
SearchFilter.Exists
public SearchFilter.Exists(PropertyDefinitionBase propertyDefinition)
- Initializes a new instance of the class.
- Parameters:
propertyDefinition - the property definition
getXmlElementName
protected String getXmlElementName()
- Gets the name of the XML element.
- Specified by:
getXmlElementName in class SearchFilter
- Returns:
- the xml element name
Copyright © 2012. All Rights Reserved.