Class EventAnalyticsDashboardRequest
- java.lang.Object
-
- lumis.service.analytics.eventanalytics.report.rest.EventAnalyticsReportRequest
-
- lumis.service.analytics.eventanalytics.dashboard.rest.EventAnalyticsDashboardRequest
-
- All Implemented Interfaces:
IEventAnalyticsReportRequest
public class EventAnalyticsDashboardRequest extends EventAnalyticsReportRequest
Event analytics report call, from within a given dashboard. This call will pass only the given information: - user segmentation (optional) - time frame (optional) - report id (required)- Since:
- 11.0.0
- Version:
- $Revision: 23995 $ $Date: 2020-07-28 17:03:15 -0300 (Tue, 28 Jul 2020) $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class lumis.service.analytics.eventanalytics.report.rest.EventAnalyticsReportRequest
EventAnalyticsReportRequest.GroupByHolder
-
-
Constructor Summary
Constructors Constructor Description EventAnalyticsDashboardRequest(org.json.JSONObject request)
Creates a new instance.
-
Method Summary
-
Methods inherited from class lumis.service.analytics.eventanalytics.report.rest.EventAnalyticsReportRequest
getCompareWithAmount, getCompareWithType, getEventFilter, getGroupBy, getInterval, getMetrics, getServiceInstanceConfig, getServiceInstanceFromRequest, getTimeFrame, getUserSegmentation, isStandard
-
-
-
-
Constructor Detail
-
EventAnalyticsDashboardRequest
public EventAnalyticsDashboardRequest(org.json.JSONObject request) throws PortalException
Creates a new instance.- Parameters:
request
- the request object.- Throws:
PortalException
- Since:
- 11.0.0
-
-