@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+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) |
Integer |
getAutomaticRefreshMs()
The automatic refresh interval for the dashboard in milliseconds.
|
String |
getDescription()
Get description
|
List<SharePermission> |
getEditPermissions()
The details of any edit share permissions for the dashboard.
|
String |
getId()
The ID of the dashboard.
|
Boolean |
getIsFavourite()
Whether the dashboard is selected as a favorite by the user.
|
Boolean |
getIsWritable()
Whether the current user has permission to edit the dashboard.
|
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 view share permissions for the dashboard.
|
Boolean |
getSystemDashboard()
Whether the current dashboard is system dashboard.
|
String |
getView()
The URL of the dashboard.
|
int |
hashCode() |
void |
setDescription(String description) |
String |
toString() |
public Integer getAutomaticRefreshMs()
public String getDescription()
public void setDescription(String description)
public List<SharePermission> getEditPermissions()
public String getId()
public Boolean getIsFavourite()
public Boolean getIsWritable()
public String getName()
public UserBean getOwner()
public Long getPopularity()
public Integer getRank()
public URI getSelf()
public List<SharePermission> getSharePermissions()
public Boolean getSystemDashboard()
public String getView()
Copyright © 2011–2023 Everit Kft.. All rights reserved.