Package org.alfresco.rest.search
Class SpellCheckModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.search.SpellCheckModel
- All Implemented Interfaces:
IModelAssertion<SpellCheckModel>,IRestModel<SpellCheckModel>,org.alfresco.utility.model.Model
public class SpellCheckModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<SpellCheckModel>
Object that represents the spell check model response.
- Author:
- Michael Suzuki
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()onModel()voidsetSuggestions(List<String> suggestions) voidMethods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.rest.core.assertion.IModelAssertion
and, assertThat
-
Constructor Details
-
SpellCheckModel
public SpellCheckModel()
-
-
Method Details
-
getType
-
setType
-
getSuggestions
-
setSuggestions
-
onModel
- Specified by:
onModelin interfaceIRestModel<SpellCheckModel>
-