Interface PredefinedHierarchy.Builder

    • Method Detail

      • hierarchyId

        PredefinedHierarchy.Builder hierarchyId​(String hierarchyId)

        The hierarchy ID of the predefined hierarchy.

        Parameters:
        hierarchyId - The hierarchy ID of the predefined hierarchy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columns

        PredefinedHierarchy.Builder columns​(Collection<ColumnIdentifier> columns)

        The list of columns that define the predefined hierarchy.

        Parameters:
        columns - The list of columns that define the predefined hierarchy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columns

        PredefinedHierarchy.Builder columns​(ColumnIdentifier... columns)

        The list of columns that define the predefined hierarchy.

        Parameters:
        columns - The list of columns that define the predefined hierarchy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • drillDownFilters

        PredefinedHierarchy.Builder drillDownFilters​(Collection<DrillDownFilter> drillDownFilters)

        The option that determines the drill down filters for the predefined hierarchy.

        Parameters:
        drillDownFilters - The option that determines the drill down filters for the predefined hierarchy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • drillDownFilters

        PredefinedHierarchy.Builder drillDownFilters​(DrillDownFilter... drillDownFilters)

        The option that determines the drill down filters for the predefined hierarchy.

        Parameters:
        drillDownFilters - The option that determines the drill down filters for the predefined hierarchy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.