Uses of Class
lumis.util.collections.Tuple3
-
Packages that use Tuple3 Package Description lumis.service.analytics.eventanalytics.report.rest lumis.util.collections -
-
Uses of Tuple3 in lumis.service.analytics.eventanalytics.report.rest
Methods in lumis.service.analytics.eventanalytics.report.rest that return Tuple3 Modifier and Type Method Description Tuple3<Date,Date,ISearchQueryFilter>
EventAnalyticsReportRequest. getTimeFrame()
Tuple3<Date,Date,ISearchQueryFilter>
IEventAnalyticsReportRequest. getTimeFrame()
Returns the timeFrame. -
Uses of Tuple3 in lumis.util.collections
Methods in lumis.util.collections that return Tuple3 Modifier and Type Method Description static <A,B,C>
Tuple3<A,B,C>Tuple3. newInstance(A a, B b, C c)
Deprecated.since 11.0.0, replaced byof(Object, Object, Object)
.static <A,B,C>
Tuple3<A,B,C>Tuple3. of(A a, B b, C c)
Creates a new instance.
-