|
||||||||||
| 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.DeleteRuleOperation
public final class DeleteRuleOperation
Represents an operation to delete an existing rule.
| Field Summary |
|---|
| Fields inherited from class microsoft.exchange.webservices.data.property.complex.RuleOperation |
|---|
xmlElementName |
| Constructor Summary | |
|---|---|
DeleteRuleOperation()
Initializes a new instance of the |
|
DeleteRuleOperation(String ruleId)
Initializes a new instance of the |
|
| Method Summary | |
|---|---|
String |
getRuleId()
Gets or sets the Id of the rule to delete. |
String |
getXmlElementName()
Gets the Xml element name of the DeleteRuleOperation object. |
protected void |
internalValidate()
Validates this instance. |
void |
setRuleId(String 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 DeleteRuleOperation()
public DeleteRuleOperation(String ruleId)
ruleId - The Id of the inbox rule to delete.| Method Detail |
|---|
public String getRuleId()
public void setRuleId(String value)
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException,
XMLStreamException
writeElementsToXml in class ComplexPropertywriter - the writer
XMLStreamException - the XML stream exception
ServiceXmlSerializationException
protected void internalValidate()
throws Exception
internalValidate in class ComplexPropertyException - the exceptionpublic String getXmlElementName()
getXmlElementName in class RuleOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||