Class RuleOperation
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
- microsoft.exchange.webservices.data.property.complex.RuleOperation
-
- All Implemented Interfaces:
ISelfValidate,ComplexFunctionDelegate<EwsServiceXmlReader>
- Direct Known Subclasses:
CreateRuleOperation,DeleteRuleOperation,SetRuleOperation
public abstract class RuleOperation extends ComplexProperty
Represents an operation to be performed on a rule.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringxmlElementName
-
Constructor Summary
Constructors Modifier Constructor Description protectedRuleOperation()Initializes a new instance of theRuleOperationclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetXmlElementName()Gets the XML element name of the rule operation.-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml
-
-
-
-
Field Detail
-
xmlElementName
protected String xmlElementName
-
-
Constructor Detail
-
RuleOperation
protected RuleOperation()
Initializes a new instance of theRuleOperationclass.
-
-
Method Detail
-
getXmlElementName
public String getXmlElementName()
Gets the XML element name of the rule operation.
-
-