Uses of Class
com.attivio.sdk.search.facet.ScopeFacetRequest.CaseMode
-
Packages that use ScopeFacetRequest.CaseMode Package Description com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved.com.attivio.util.parser -
-
Uses of ScopeFacetRequest.CaseMode in com.attivio.sdk.search.facet
Methods in com.attivio.sdk.search.facet that return ScopeFacetRequest.CaseMode Modifier and Type Method Description ScopeFacetRequest.CaseMode
ScopeFacetRequest. getCaseMode()
Deprecated.static ScopeFacetRequest.CaseMode
ScopeFacetRequest.CaseMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScopeFacetRequest.CaseMode[]
ScopeFacetRequest.CaseMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search.facet with parameters of type ScopeFacetRequest.CaseMode Modifier and Type Method Description void
ScopeFacetRequest. setCaseMode(ScopeFacetRequest.CaseMode value)
Deprecated. -
Uses of ScopeFacetRequest.CaseMode in com.attivio.util.parser
Methods in com.attivio.util.parser that return ScopeFacetRequest.CaseMode Modifier and Type Method Description ScopeFacetRequest.CaseMode
FacetRequestFactory. getCaseMode()
Methods in com.attivio.util.parser with parameters of type ScopeFacetRequest.CaseMode Modifier and Type Method Description void
FacetRequestFactory. setCaseMode(ScopeFacetRequest.CaseMode value)
-