Class Value

java.lang.Object
com.algolia.model.search.Value

public class Value extends Object
Value
  • Constructor Details

    • Value

      public Value()
  • Method Details

    • setOrder

      public Value setOrder(List<String> order)
    • addOrder

      public Value addOrder(String orderItem)
    • getOrder

      @Nullable public List<String> getOrder()
      Explicit order of facets or facet values. This setting lets you always show specific facets or facet values at the top of the list.
    • setSortRemainingBy

      public Value setSortRemainingBy(SortRemainingBy sortRemainingBy)
    • getSortRemainingBy

      @Nullable public SortRemainingBy getSortRemainingBy()
      Get sortRemainingBy
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object