Interface DashboardVisualResult.Builder

    • Method Detail

      • dashboardId

        DashboardVisualResult.Builder dashboardId​(String dashboardId)

        The ID of the dashboard.

        Parameters:
        dashboardId - The ID of the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardName

        DashboardVisualResult.Builder dashboardName​(String dashboardName)

        The name of the dashboard.

        Parameters:
        dashboardName - The name of the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sheetId

        DashboardVisualResult.Builder sheetId​(String sheetId)

        The ID of the sheet.

        Parameters:
        sheetId - The ID of the sheet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sheetName

        DashboardVisualResult.Builder sheetName​(String sheetName)

        The name of the sheet.

        Parameters:
        sheetName - The name of the sheet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • visualId

        DashboardVisualResult.Builder visualId​(String visualId)

        The ID of the visual.

        Parameters:
        visualId - The ID of the visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • visualTitle

        DashboardVisualResult.Builder visualTitle​(String visualTitle)

        The title of the visual.

        Parameters:
        visualTitle - The title of the visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • visualSubtitle

        DashboardVisualResult.Builder visualSubtitle​(String visualSubtitle)

        The subtitle of the visual.

        Parameters:
        visualSubtitle - The subtitle of the visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardUrl

        DashboardVisualResult.Builder dashboardUrl​(String dashboardUrl)

        The URL of the dashboard.

        Parameters:
        dashboardUrl - The URL of the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.