Class ProjectDashboard

java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.ProjectDashboard
All Implemented Interfaces:
Obj, Queryable, Serializable

public class ProjectDashboard extends AbstractObj implements Queryable
Project Dashboard of GoodData project.
Deserialization only. This object is not complete representation of real 'projectDashboard' object. It contains only dashboard tabs basic definitions (identifier and name).
See Also:
  • Constructor Details

  • Method Details

    • getTabs

      public Collection<ProjectDashboard.Tab> getTabs()
    • getTabByName

      public ProjectDashboard.Tab getTabByName(String name)
      Returns dashboard tab with the given tab name. If tab with such name doesn't exist, returns null.
      Parameters:
      name - tab name
      Returns:
      • dashboard tab with the given name
      • null if tab doesn't exist
    • getContent

      public com.gooddata.sdk.model.md.ProjectDashboard.Content getContent()
    • toString

      public String toString()
      Overrides:
      toString in class AbstractObj