Class DashboardVisualResult

    • Method Detail

      • dashboardId

        public final String dashboardId()

        The ID of the dashboard.

        Returns:
        The ID of the dashboard.
      • dashboardName

        public final String dashboardName()

        The name of the dashboard.

        Returns:
        The name of the dashboard.
      • sheetId

        public final String sheetId()

        The ID of the sheet.

        Returns:
        The ID of the sheet.
      • sheetName

        public final String sheetName()

        The name of the sheet.

        Returns:
        The name of the sheet.
      • visualId

        public final String visualId()

        The ID of the visual.

        Returns:
        The ID of the visual.
      • visualTitle

        public final String visualTitle()

        The title of the visual.

        Returns:
        The title of the visual.
      • visualSubtitle

        public final String visualSubtitle()

        The subtitle of the visual.

        Returns:
        The subtitle of the visual.
      • dashboardUrl

        public final String dashboardUrl()

        The URL of the dashboard.

        Returns:
        The URL of the dashboard.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)