Package com.gooddata.md
Class DashboardAttachment
- java.lang.Object
-
- com.gooddata.md.Attachment
-
- com.gooddata.md.DashboardAttachment
-
- All Implemented Interfaces:
Serializable
public class DashboardAttachment extends Attachment
Attachment toScheduledMailrepresents dashboard-related information for the schedule.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDashboardAttachment(String uri, Integer allTabs, String executionContext, String... tabs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetAllTabs()StringgetExecutionContext()Collection<String>getTabs()inthashCode()StringtoString()-
Methods inherited from class com.gooddata.md.Attachment
getUri
-
-
-
-
Method Detail
-
getAllTabs
public Integer getAllTabs()
-
getTabs
public Collection<String> getTabs()
-
getExecutionContext
public String getExecutionContext()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAttachment
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAttachment
-
toString
public String toString()
- Overrides:
toStringin classAttachment
-
-