Interface DateTimeHierarchy.Builder

    • Method Detail

      • hierarchyId

        DateTimeHierarchy.Builder hierarchyId​(String hierarchyId)

        The hierarchy ID of the DateTime hierarchy.

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

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

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

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

        DateTimeHierarchy.Builder drillDownFilters​(DrillDownFilter... drillDownFilters)

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

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