Class TypoTolerance
- java.lang.Object
-
- com.algolia.search.models.settings.TypoTolerance
-
- All Implemented Interfaces:
CompoundType,Serializable
public abstract class TypoTolerance extends Object implements Serializable, CompoundType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypoTolerance()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)abstract ObjectgetInsideValue()inthashCode()static TypoToleranceof(Boolean bool)static TypoToleranceof(String string)
-
-
-
Method Detail
-
of
public static TypoTolerance of(String string)
-
of
public static TypoTolerance of(Boolean bool)
-
getInsideValue
public abstract Object getInsideValue()
- Specified by:
getInsideValuein interfaceCompoundType
-
-