All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.exchange.webservices.data.RuleOperation Maven / Gradle / Ivy

Go to download

The source came from http://archive.msdn.microsoft.com/ewsjavaapi Support for Maven has been added.

The newest version!
/**************************************************************************
 * 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 - 2024 Weber Informatics LLC | Privacy Policy