ListingFacet

A facet value with display information and a count of matching listings. Used to build filter and browse experiences.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Long

The number of listings matching this facet value.

Link copied to clipboard

The human-readable name of the facet value, suitable for display in a user interface.

Link copied to clipboard

The parent facet value for hierarchical facets, such as subcategories.

Link copied to clipboard

The internal value used for filtering when passed back in a search filter.

Functions

Link copied to clipboard
inline fun copy(block: ListingFacet.Builder.() -> Unit = {}): ListingFacet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String