Class ProjectDashboard

  • All Implemented Interfaces:
    Obj, Queryable, java.io.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:
    Serialized Form
    • Constructor Detail

      • ProjectDashboard

        public ProjectDashboard​(java.lang.String title,
                                ProjectDashboard.Tab... tabs)
    • Method Detail

      • getTabByName

        public ProjectDashboard.Tab getTabByName​(java.lang.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()