|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SuggestionQuality | |
|---|---|
| com.microsoft.exchange.types | |
| Uses of SuggestionQuality in com.microsoft.exchange.types |
|---|
| Fields in com.microsoft.exchange.types declared as SuggestionQuality | |
|---|---|
protected SuggestionQuality |
SuggestionDayResult.dayQuality
|
protected SuggestionQuality |
SuggestionsViewOptions.minimumSuggestionQuality
|
protected SuggestionQuality |
Suggestion.suggestionQuality
|
| Methods in com.microsoft.exchange.types that return SuggestionQuality | |
|---|---|
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. |
| Methods in com.microsoft.exchange.types with parameters of type SuggestionQuality | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||