Uses of Class
com.attivio.sdk.search.facet.DateFacetRequest.DateFacetResolution
-
Packages that use DateFacetRequest.DateFacetResolution Package Description com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved. -
-
Uses of DateFacetRequest.DateFacetResolution in com.attivio.sdk.search.facet
Methods in com.attivio.sdk.search.facet that return DateFacetRequest.DateFacetResolution Modifier and Type Method Description DateFacetRequest.DateFacetResolution
DateFacetRequest.DateFacetInterval. getResolution()
static DateFacetRequest.DateFacetResolution
DateFacetRequest.DateFacetResolution. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DateFacetRequest.DateFacetResolution[]
DateFacetRequest.DateFacetResolution. 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 DateFacetRequest.DateFacetResolution Modifier and Type Method Description void
DateFacetRequest. addInterval(DateFacetRequest.DateFacetResolution resolution)
void
DateFacetRequest. addInterval(DateFacetRequest.DateFacetResolution resolution, int step)
Constructors in com.attivio.sdk.search.facet with parameters of type DateFacetRequest.DateFacetResolution Constructor Description DateFacetInterval(DateFacetRequest.DateFacetResolution resolution, int step)
-