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

microsoft.exchange.webservices.data.RefParam 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="RefParam.java" company="Microsoft"
 *     Copyright (c) Microsoft Corporation.  All rights reserved.
 * 
 * Defines the RefParam.java.
 **************************************************************************/
package microsoft.exchange.webservices.data;

/**
 * The Class RefParam.
 * 
 * @param 
 *            the generic type
 */
public class RefParam extends Param {

	/**
	 * Instantiates a new ref param.
	 * 
	 * @param param
	 *            the param
	 */
	public RefParam(T param) {
		this.setParam(param);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy