Package com.algolia.search.models.rules
Class Alternatives
- java.lang.Object
-
- com.algolia.search.models.rules.Alternatives
-
- All Implemented Interfaces:
CompoundType,Serializable
public abstract class Alternatives extends Object implements Serializable, CompoundType
Alternatives may transform into JSON object in the future. That's why it's implementing CompoundType.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Alternatives()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description inthashCode()static Alternativesof(Boolean bool)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.algolia.search.models.CompoundType
getInsideValue
-
-
-
-
Method Detail
-
of
public static Alternatives of(Boolean bool)
-
-