@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class Dashboard extends Object
| Constructor and Description |
|---|
Dashboard() |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getId()
The ID of the dashboard.
|
Boolean |
getIsFavourite()
Whether the dashboard is selected as a favorite by the user.
|
String |
getName()
The name of the dashboard.
|
UserBean |
getOwner()
The owner of the dashboard.
|
Long |
getPopularity()
The number of users who have this dashboard as a favorite.
|
Integer |
getRank()
The rank of this dashboard.
|
URI |
getSelf()
The URL of these dashboard details.
|
List<SharePermission> |
getSharePermissions()
The details of any share permissions for the dashboard.
|
String |
getView()
The URL of the dashboard.
|
int |
hashCode() |
void |
setDescription(String description) |
String |
toString() |
public String getDescription()
public void setDescription(String description)
public String getId()
public Boolean getIsFavourite()
public String getName()
public UserBean getOwner()
public Long getPopularity()
public Integer getRank()
public URI getSelf()
public List<SharePermission> getSharePermissions()
public String getView()
Copyright © 2011–2021 Everit Kft.. All rights reserved.