Interface ExplicitHierarchy.Builder

    • Method Detail

      • hierarchyId

        ExplicitHierarchy.Builder hierarchyId​(String hierarchyId)

        The hierarchy ID of the explicit hierarchy.

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

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

        The list of columns that define the explicit hierarchy.

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

        ExplicitHierarchy.Builder columns​(ColumnIdentifier... columns)

        The list of columns that define the explicit hierarchy.

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

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

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

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

        ExplicitHierarchy.Builder drillDownFilters​(DrillDownFilter... drillDownFilters)

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

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