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

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

/**
 * Defines the quality of an availability suggestion.
 */
public enum SuggestionQuality {

	// The suggestion is excellent.
	/** The Excellent. */
	Excellent,

	// The suggestion is good.
	/** The Good. */
	Good,

	// The suggestion is fair.
	/** The Fair. */
	Fair,

	// The suggestion is poor.
	/** The Poor. */
	Poor

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy