microsoft.exchange.webservices.data.RuleOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exchange-ws-api Show documentation
Show all versions of exchange-ws-api Show documentation
The source came from http://archive.msdn.microsoft.com/ewsjavaapi
Support for Maven has been added.
/**************************************************************************
* copyright file="RuleOperation.java" company="Microsoft"
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Defines the RuleOperation.java.
**************************************************************************/
package microsoft.exchange.webservices.data;
/***
*
* Represents an operation to be performed on a rule.
*
*/
public abstract class RuleOperation extends ComplexProperty {
protected String xmlElementName;
/***
* Initializes a new instance of the class.
*/
protected RuleOperation() {
super();
}
/***
*
* Gets the XML element name of the rule operation.
*/
protected String getXmlElementName() {
return this.xmlElementName;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy