Uses of Class
com.attivio.util.parser.FacetRequestFactory
-
Packages that use FacetRequestFactory Package Description com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved.com.attivio.util.parser -
-
Uses of FacetRequestFactory in com.attivio.sdk.search.facet
Methods in com.attivio.sdk.search.facet that return FacetRequestFactory Modifier and Type Method Description protected FacetRequestFactory
FacetRequest. toFacetBuilder()
Methods in com.attivio.sdk.search.facet with parameters of type FacetRequestFactory Modifier and Type Method Description protected static FacetRequest
FacetRequest. valueOf(FacetRequestFactory value)
-
Uses of FacetRequestFactory in com.attivio.util.parser
Methods in com.attivio.util.parser that return FacetRequestFactory Modifier and Type Method Description FacetRequestFactory
FacetRequestFactory. getChildFacet()
static FacetRequestFactory
FacetRequestFactory. valueOf(FacetRequest input)
Convert aFacetRequest
to aFacetRequestFactory
.static FacetRequestFactory
FacetRequestFactory. valueOf(StringParser reader)
static FacetRequestFactory
FacetRequestFactory. valueOf(java.lang.String value)
Methods in com.attivio.util.parser with parameters of type FacetRequestFactory Modifier and Type Method Description void
FacetRequestFactory. setChildFacet(FacetRequestFactory value)
static FacetRequest
FacetRequestFactory. toFacetRequest(FacetRequestFactory value)
Convert aFacetRequestFactory
to aFacetRequest
.
-