BrowseFacetsRequest

class BrowseFacetsRequest(    val page: Int? = null,     val offset: Int? = null,     val numResultsPerPage: Int? = null,     val showHiddenFacets: Boolean? = null)

Create a Browse facets request object utilizing a builder

Constructors

Link copied to clipboard
fun BrowseFacetsRequest(    page: Int? = null,     offset: Int? = null,     numResultsPerPage: Int? = null,     showHiddenFacets: Boolean? = null)

Types

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

Properties

Link copied to clipboard
val numResultsPerPage: Int? = null
Link copied to clipboard
val offset: Int? = null
Link copied to clipboard
val page: Int? = null
Link copied to clipboard
val showHiddenFacets: Boolean? = null