Class 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) $
    • 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