Uses of Enum Class
com.yahoo.search.grouping.request.TimeFunctions.Type
Packages that use TimeFunctions.Type
-
Uses of TimeFunctions.Type in com.yahoo.search.grouping.request
Methods in com.yahoo.search.grouping.request that return TimeFunctions.TypeModifier and TypeMethodDescriptionstatic TimeFunctions.TypeReturns the enum constant of this class with the specified name.static TimeFunctions.Type[]TimeFunctions.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.search.grouping.request with parameters of type TimeFunctions.TypeModifier and TypeMethodDescriptionstatic FunctionNodeTimeFunctions.newInstance(TimeFunctions.Type type, GroupingExpression exp) Creates a new timestamp-function of the specified type for the givenGroupingExpression.