microsoft.exchange.webservices.data.property.complex
Class RuleOperation

java.lang.Object
  extended by microsoft.exchange.webservices.data.property.complex.ComplexProperty
      extended by 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
protected  String xmlElementName
           
 
Constructor Summary
protected RuleOperation()
          Initializes a new instance of the class.
 
Method Summary
 String getXmlElementName()
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlElementName

protected String xmlElementName
Constructor Detail

RuleOperation

protected RuleOperation()
Initializes a new instance of the class.

Method Detail

getXmlElementName

public String getXmlElementName()
Gets the XML element name of the rule operation.



Copyright © 2012–2015 Microsoft. All rights reserved.