|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.SearchFilter
microsoft.exchange.webservices.data.SearchFilter.PropertyBasedFilter
microsoft.exchange.webservices.data.SearchFilter.RelationalFilter
microsoft.exchange.webservices.data.SearchFilter.IsGreaterThanOrEqualTo
public static class SearchFilter.IsGreaterThanOrEqualTo
Represents a search filter that checks if a property is greater than or equal to a given value or other property.
Nested Class Summary |
---|
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 |
Constructor Summary | |
---|---|
SearchFilter.IsGreaterThanOrEqualTo()
Initializes a new instance of the class. |
|
SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase propertyDefinition,
java.lang.Object value)
Initializes a new instance of the class. |
|
SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase propertyDefinition,
PropertyDefinitionBase otherPropertyDefinition)
Initializes a new instance of the class. |
Method Summary | |
---|---|
protected java.lang.String |
getXmlElementName()
Gets the name of the XML element. |
Methods inherited from class microsoft.exchange.webservices.data.SearchFilter.RelationalFilter |
---|
getOtherPropertyDefinition, getValue, internalValidate, setOtherPropertyDefinition, setValue, tryReadElementFromXml, writeElementsToXml |
Methods inherited from class microsoft.exchange.webservices.data.SearchFilter.PropertyBasedFilter |
---|
getPropertyDefinition, setPropertyDefinition |
Methods inherited from class microsoft.exchange.webservices.data.SearchFilter |
---|
loadFromXml, writeToXml |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchFilter.IsGreaterThanOrEqualTo()
public SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
propertyDefinition
- The definition of the property that is being compared.otherPropertyDefinition
- The definition of the property to compare with.public SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase propertyDefinition, java.lang.Object value)
propertyDefinition
- The definition of the property that is being compared.value
- The value of the property to compare with.Method Detail |
---|
protected java.lang.String getXmlElementName()
getXmlElementName
in class SearchFilter.RelationalFilter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |