Class InsightQueryItemProperties

    • Constructor Detail

      • InsightQueryItemProperties

        public InsightQueryItemProperties()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: The insight display name.
        Returns:
        the displayName value.
      • withDisplayName

        public InsightQueryItemProperties withDisplayName​(String displayName)
        Set the displayName property: The insight display name.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the InsightQueryItemProperties object itself.
      • description

        public String description()
        Get the description property: The insight description.
        Returns:
        the description value.
      • withDescription

        public InsightQueryItemProperties withDescription​(String description)
        Set the description property: The insight description.
        Parameters:
        description - the description value to set.
        Returns:
        the InsightQueryItemProperties object itself.
      • baseQuery

        public String baseQuery()
        Get the baseQuery property: The base query of the insight.
        Returns:
        the baseQuery value.
      • withBaseQuery

        public InsightQueryItemProperties withBaseQuery​(String baseQuery)
        Set the baseQuery property: The base query of the insight.
        Parameters:
        baseQuery - the baseQuery value to set.
        Returns:
        the InsightQueryItemProperties object itself.
      • chartQuery

        public Object chartQuery()
        Get the chartQuery property: The insight chart query.
        Returns:
        the chartQuery value.
      • withChartQuery

        public InsightQueryItemProperties withChartQuery​(Object chartQuery)
        Set the chartQuery property: The insight chart query.
        Parameters:
        chartQuery - the chartQuery value to set.
        Returns:
        the InsightQueryItemProperties object itself.
      • withEntitiesFilter

        public InsightQueryItemProperties withEntitiesFilter​(Object entitiesFilter)
        Set the entitiesFilter property: The query applied only to entities matching to all filters.
        Overrides:
        withEntitiesFilter in class EntityQueryItemProperties
        Parameters:
        entitiesFilter - the entitiesFilter value to set.
        Returns:
        the EntityQueryItemProperties object itself.