Interface ViewFrame.Builder

    • Method Detail

      • startColumnIndex

        ViewFrame.Builder startColumnIndex​(Integer startColumnIndex)

        The starting index for the range of columns to return in the view frame.

        Parameters:
        startColumnIndex - The starting index for the range of columns to return in the view frame.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnRange

        ViewFrame.Builder columnRange​(Integer columnRange)

        The number of columns to include in the view frame, beginning with the StartColumnIndex value and ignoring any columns in the HiddenColumns list.

        Parameters:
        columnRange - The number of columns to include in the view frame, beginning with the StartColumnIndex value and ignoring any columns in the HiddenColumns list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenColumns

        ViewFrame.Builder hiddenColumns​(Collection<String> hiddenColumns)

        A list of columns to hide in the view frame.

        Parameters:
        hiddenColumns - A list of columns to hide in the view frame.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenColumns

        ViewFrame.Builder hiddenColumns​(String... hiddenColumns)

        A list of columns to hide in the view frame.

        Parameters:
        hiddenColumns - A list of columns to hide in the view frame.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startRowIndex

        ViewFrame.Builder startRowIndex​(Integer startRowIndex)

        The starting index for the range of rows to return in the view frame.

        Parameters:
        startRowIndex - The starting index for the range of rows to return in the view frame.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rowRange

        ViewFrame.Builder rowRange​(Integer rowRange)

        The number of rows to include in the view frame, beginning with the StartRowIndex value.

        Parameters:
        rowRange - The number of rows to include in the view frame, beginning with the StartRowIndex value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analytics

        ViewFrame.Builder analytics​(String analytics)

        Controls if analytics computation is enabled or disabled. Enabled by default.

        Parameters:
        analytics - Controls if analytics computation is enabled or disabled. Enabled by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsMode, AnalyticsMode
      • analytics

        ViewFrame.Builder analytics​(AnalyticsMode analytics)

        Controls if analytics computation is enabled or disabled. Enabled by default.

        Parameters:
        analytics - Controls if analytics computation is enabled or disabled. Enabled by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsMode, AnalyticsMode