Interface SheetVisualScopingConfiguration.Builder

    • Method Detail

      • sheetId

        SheetVisualScopingConfiguration.Builder sheetId​(String sheetId)

        The selected sheet that the filter is applied to.

        Parameters:
        sheetId - The selected sheet that the filter is applied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scope

        SheetVisualScopingConfiguration.Builder scope​(String scope)

        The scope of the applied entities. Choose one of the following options:

        • ALL_VISUALS

        • SELECTED_VISUALS

        Parameters:
        scope - The scope of the applied entities. Choose one of the following options:

        • ALL_VISUALS

        • SELECTED_VISUALS

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterVisualScope, FilterVisualScope
      • visualIds

        SheetVisualScopingConfiguration.Builder visualIds​(Collection<String> visualIds)

        The selected visuals that the filter is applied to.

        Parameters:
        visualIds - The selected visuals that the filter is applied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • visualIds

        SheetVisualScopingConfiguration.Builder visualIds​(String... visualIds)

        The selected visuals that the filter is applied to.

        Parameters:
        visualIds - The selected visuals that the filter is applied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.