Uses of Class
com.gooddata.sdk.model.md.ProjectDashboard.Tab
-
Packages that use ProjectDashboard.Tab Package Description com.gooddata.sdk.model.md -
-
Uses of ProjectDashboard.Tab in com.gooddata.sdk.model.md
Methods in com.gooddata.sdk.model.md that return ProjectDashboard.Tab Modifier and Type Method Description ProjectDashboard.TabProjectDashboard. getTabByName(java.lang.String name)Returns dashboard tab with the given tab name.Methods in com.gooddata.sdk.model.md that return types with arguments of type ProjectDashboard.Tab Modifier and Type Method Description java.util.Collection<ProjectDashboard.Tab>ProjectDashboard. getTabs()Constructors in com.gooddata.sdk.model.md with parameters of type ProjectDashboard.Tab Constructor Description ProjectDashboard(java.lang.String title, ProjectDashboard.Tab... tabs)
-