
microsoft.exchange.webservices.data.SuggestionQuality Maven / Gradle / Ivy
/**************************************************************************
* 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 - 2025 Weber Informatics LLC | Privacy Policy