Class SpellCheckContext
- java.lang.Object
-
- org.alfresco.rest.api.search.context.SpellCheckContext
-
public class SpellCheckContext extends java.lang.Object
The results of a SpellCheck
-
-
Constructor Summary
Constructors Constructor Description SpellCheckContext(java.lang.String type, java.util.List<java.lang.String> suggestions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getSuggestions()
java.lang.String
getType()
-