Modifier and Type | Method and Description |
---|---|
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 |
---|---|
SuggestionQuality |
AvailabilityOptions.getMinimumSuggestionQuality()
Gets the minimum quality of suggestions that should be returned.
|
Modifier and Type | Method and Description |
---|---|
void |
AvailabilityOptions.setMinimumSuggestionQuality(SuggestionQuality value)
Sets the minimum suggestion quality.
|
Modifier and Type | Method and Description |
---|---|
SuggestionQuality |
TimeSuggestion.getQuality()
Gets the quality of the suggestion.
|
SuggestionQuality |
Suggestion.getQuality()
Gets the quality of the suggestion.
|
Copyright © 2012–2015 Microsoft. All rights reserved.