| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
SuggestionQuality |
SuggestionsViewOptions.getMinimumSuggestionQuality()
Gets the quality of meeting suggestions to be returned in the response.
|
SuggestionQuality |
SuggestionDay.getQuality()
Gets the quality of the day for containing quality suggested meeting times.
|
SuggestionQuality |
Suggestion.getQuality()
Gets the quality of the suggested meeting time.
|
static SuggestionQuality |
SuggestionQuality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuggestionQuality[] |
SuggestionQuality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuggestionsViewOptions.setMinimumSuggestionQuality(SuggestionQuality minimumSuggestionQuality)
Sets the quality of meeting suggestions to be returned in the response.
|