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: 25304 $ $Date: 2022-10-22 22:51:05 -0300 (Sat, 22 Oct 2022) $
    • 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