Class SpellCheckContext

java.lang.Object
org.alfresco.rest.api.search.context.SpellCheckContext

public class SpellCheckContext extends Object
The results of a SpellCheck
  • Constructor Details

    • SpellCheckContext

      public SpellCheckContext(String type, List<String> suggestions)
  • Method Details

    • getType

      public String getType()
    • getSuggestions

      public List<String> getSuggestions()