public class DashboardAttachment extends Attachment
ScheduledMail represents dashboard-related information for the schedule.| Modifier | Constructor and Description |
|---|---|
protected |
DashboardAttachment(String uri,
Integer allTabs,
String executionContext,
String... tabs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAllTabs() |
String |
getExecutionContext() |
Collection<String> |
getTabs() |
int |
hashCode() |
String |
toString() |
getUripublic Integer getAllTabs()
public Collection<String> getTabs()
public String getExecutionContext()
public boolean equals(Object o)
equals in class Attachmentpublic int hashCode()
hashCode in class Attachmentpublic String toString()
toString in class AttachmentCopyright © 2017. All Rights Reserved.