public class ProjectDashboard extends AbstractObj implements Queryable
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectDashboard.Tab |
metaCREATE_URI, CREATE_WITH_ID_URI, OBJ_TEMPLATE, OBJ_URI, URI| Constructor and Description |
|---|
ProjectDashboard(String title,
ProjectDashboard.Tab... tabs) |
| Modifier and Type | Method and Description |
|---|---|
com.gooddata.md.ProjectDashboard.Content |
getContent() |
ProjectDashboard.Tab |
getTabByName(String name)
Returns dashboard tab with the given tab name.
|
Collection<ProjectDashboard.Tab> |
getTabs() |
String |
toString() |
getAuthor, getCategory, getContributor, getCreated, getId, getIdentifier, getSummary, getTags, getTitle, getUpdated, getUri, isDeprecated, isLocked, isProduction, isSharedWithSomeone, isUnlisted, setCategory, setDeprecated, setIdentifier, setLocked, setProduction, setSharedWithSomeone, setSummary, setTags, setTitle, setUnlisted, urispublic ProjectDashboard(String title, ProjectDashboard.Tab... tabs)
public Collection<ProjectDashboard.Tab> getTabs()
public ProjectDashboard.Tab getTabByName(String name)
null.name - tab namenull if tab doesn't existpublic com.gooddata.md.ProjectDashboard.Content getContent()
public String toString()
toString in class AbstractObjCopyright © 2017. All rights reserved.