|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.RuleOperation
microsoft.exchange.webservices.data.property.complex.CreateRuleOperation
public final class CreateRuleOperation
Represents an operation to create a new rule.
| Field Summary |
|---|
| Fields inherited from class microsoft.exchange.webservices.data.property.complex.RuleOperation |
|---|
xmlElementName |
| Constructor Summary | |
|---|---|
CreateRuleOperation()
Initializes a new instance of the |
|
CreateRuleOperation(Rule rule)
Initializes a new instance of the |
|
| Method Summary | |
|---|---|
Rule |
getRule()
Gets or sets the rule to be created. |
String |
getXmlElementName()
Gets the Xml element name of the CreateRuleOperation object. |
protected void |
internalValidate()
Validates this instance. |
void |
setRule(Rule value)
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, 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 CreateRuleOperation()
public CreateRuleOperation(Rule rule)
rule - The inbox rule to create.| Method Detail |
|---|
public Rule getRule()
public void setRule(Rule value)
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ComplexPropertywriter - The writer.
Exception
protected void internalValidate()
throws Exception
internalValidate in class ComplexPropertyExceptionpublic String getXmlElementName()
getXmlElementName in class RuleOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||