Uses of Class
com.attivio.sdk.search.facet.DateFacetRequest.DateFacetInterval
-
Packages that use DateFacetRequest.DateFacetInterval Package Description com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved.com.attivio.util.parser -
-
Uses of DateFacetRequest.DateFacetInterval in com.attivio.sdk.search.facet
Methods in com.attivio.sdk.search.facet that return types with arguments of type DateFacetRequest.DateFacetInterval Modifier and Type Method Description java.util.List<DateFacetRequest.DateFacetInterval>
DateFacetRequest. getIntervals()
Methods in com.attivio.sdk.search.facet with parameters of type DateFacetRequest.DateFacetInterval Modifier and Type Method Description void
DateFacetRequest. setIntervals(DateFacetRequest.DateFacetInterval... value)
Method parameters in com.attivio.sdk.search.facet with type arguments of type DateFacetRequest.DateFacetInterval Modifier and Type Method Description void
DateFacetRequest. setIntervals(java.util.List<DateFacetRequest.DateFacetInterval> value)
Constructor parameters in com.attivio.sdk.search.facet with type arguments of type DateFacetRequest.DateFacetInterval Constructor Description DateFacetRequest(FieldExpression field, java.util.List<DateFacetRequest.DateFacetInterval> intervals)
DateFacetRequest(java.lang.String name, FieldExpression field, java.util.List<DateFacetRequest.DateFacetInterval> intervals)
DateFacetRequest(java.lang.String name, java.util.List<DateFacetRequest.DateFacetInterval> intervals)
-
Uses of DateFacetRequest.DateFacetInterval in com.attivio.util.parser
Methods in com.attivio.util.parser that return types with arguments of type DateFacetRequest.DateFacetInterval Modifier and Type Method Description java.util.List<DateFacetRequest.DateFacetInterval>
FacetRequestFactory. getDateIntervals()
Intervals for calendar based date faceting.Method parameters in com.attivio.util.parser with type arguments of type DateFacetRequest.DateFacetInterval Modifier and Type Method Description void
FacetRequestFactory. setDateIntervals(java.util.List<DateFacetRequest.DateFacetInterval> value)
-