Class DashboardAttachment

java.lang.Object
com.gooddata.sdk.model.md.Attachment
com.gooddata.sdk.model.md.DashboardAttachment
All Implemented Interfaces:
java.io.Serializable

public class DashboardAttachment
extends Attachment
Attachment to ScheduledMail represents dashboard-related information for the schedule.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected DashboardAttachment​(java.lang.String uri, java.lang.Integer allTabs, java.lang.String executionContext, java.lang.String... tabs)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.Integer getAllTabs()  
    java.lang.String getExecutionContext()  
    java.util.Collection<java.lang.String> getTabs()  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class com.gooddata.sdk.model.md.Attachment

    getUri

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait