| Package | Description |
|---|---|
| com.microsoft.exchange.types |
| Modifier and Type | Field and Description |
|---|---|
protected SuggestionQuality |
SuggestionDayResult.dayQuality |
protected SuggestionQuality |
SuggestionsViewOptions.minimumSuggestionQuality |
protected SuggestionQuality |
Suggestion.suggestionQuality |
| Modifier and Type | Method and Description |
|---|---|
static SuggestionQuality |
SuggestionQuality.fromValue(String v) |
SuggestionQuality |
SuggestionDayResult.getDayQuality()
Gets the value of the dayQuality property.
|
SuggestionQuality |
SuggestionsViewOptions.getMinimumSuggestionQuality()
Gets the value of the minimumSuggestionQuality property.
|
SuggestionQuality |
Suggestion.getSuggestionQuality()
Gets the value of the suggestionQuality property.
|
static SuggestionQuality |
SuggestionQuality.valueOf(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 |
SuggestionDayResult.setDayQuality(SuggestionQuality value)
Sets the value of the dayQuality property.
|
void |
SuggestionsViewOptions.setMinimumSuggestionQuality(SuggestionQuality value)
Sets the value of the minimumSuggestionQuality property.
|
void |
Suggestion.setSuggestionQuality(SuggestionQuality value)
Sets the value of the suggestionQuality property.
|
Copyright © 2016 Apereo. All Rights Reserved.