public class DashboardItem extends Object implements Cloneable, SharedEntityItem
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DashboardItem.Builder | 
| Modifier | Constructor and Description | 
|---|---|
|   | DashboardItem(DashboardItem copyFrom) | 
| protected  | DashboardItem(long id,
             String name,
             String description,
             String author,
             long issues,
             List<WebTestSharePermission> sharing,
             Boolean fav,
             long subscriptions,
             List<String> operations,
             long favCount) | 
| Modifier and Type | Method and Description | 
|---|---|
| DashboardItem | cloneFilter() | 
| boolean | equals(Object obj) | 
| String | getAuthor() | 
| String | getDescription() | 
| Long | getFavCount() | 
| Long | getId() | 
| Long | getIssues() | 
| String | getName() | 
| List | getOperations() | 
| List | getSharing() | 
| Long | getSubscriptions() | 
| int | hashCode() | 
| Boolean | isFav() | 
| String | toString() | 
protected DashboardItem(long id,
                        String name,
                        String description,
                        String author,
                        long issues,
                        List<WebTestSharePermission> sharing,
                        Boolean fav,
                        long subscriptions,
                        List<String> operations,
                        long favCount)
public DashboardItem(DashboardItem copyFrom)
public String getName()
getName in interface SharedEntityItempublic String getDescription()
getDescription in interface SharedEntityItempublic String getAuthor()
getAuthor in interface SharedEntityItempublic Long getIssues()
getIssues in interface SharedEntityItempublic List getSharing()
getSharing in interface SharedEntityItempublic Boolean isFav()
isFav in interface SharedEntityItempublic Long getSubscriptions()
getSubscriptions in interface SharedEntityItempublic List getOperations()
getOperations in interface SharedEntityItempublic Long getFavCount()
getFavCount in interface SharedEntityItempublic Long getId()
getId in interface SharedEntityItempublic DashboardItem cloneFilter()
Copyright © 2002-2024 Atlassian. All Rights Reserved.