public class LocalDashboardItemModuleId extends Object implements DashboardItemModuleId
| Constructor and Description |
|---|
LocalDashboardItemModuleId(com.atlassian.plugin.ModuleCompleteKey fullModuleKey) |
LocalDashboardItemModuleId(com.atlassian.plugin.ModuleCompleteKey fullModuleKey,
io.atlassian.fugue.Option<OpenSocialDashboardItemModuleId> replacedGadgetId) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(DashboardItemModuleIdVisitor<T> visitor) |
boolean |
equals(Object o) |
com.atlassian.plugin.ModuleCompleteKey |
getFullModuleKey() |
String |
getId() |
io.atlassian.fugue.Option<OpenSocialDashboardItemModuleId> |
getReplacedGadgetId() |
DashboardItemType |
getType() |
int |
hashCode() |
public LocalDashboardItemModuleId(com.atlassian.plugin.ModuleCompleteKey fullModuleKey)
public LocalDashboardItemModuleId(com.atlassian.plugin.ModuleCompleteKey fullModuleKey,
io.atlassian.fugue.Option<OpenSocialDashboardItemModuleId> replacedGadgetId)
public String getId()
getId in interface DashboardItemModuleIdpublic DashboardItemType getType()
getType in interface DashboardItemModuleIdpublic com.atlassian.plugin.ModuleCompleteKey getFullModuleKey()
public io.atlassian.fugue.Option<OpenSocialDashboardItemModuleId> getReplacedGadgetId()
public <T> T accept(DashboardItemModuleIdVisitor<T> visitor)
accept in interface DashboardItemModuleIdCopyright © 2024 Atlassian. All rights reserved.