public class SuggestionSearchContext
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SuggestionSearchContext.SuggestionContext |
Constructor and Description |
---|
SuggestionSearchContext() |
Modifier and Type | Method and Description |
---|---|
void |
addSuggestion(java.lang.String name,
SuggestionSearchContext.SuggestionContext suggestion) |
java.util.Map<java.lang.String,SuggestionSearchContext.SuggestionContext> |
suggestions() |
public void addSuggestion(java.lang.String name, SuggestionSearchContext.SuggestionContext suggestion)
public java.util.Map<java.lang.String,SuggestionSearchContext.SuggestionContext> suggestions()