Klasse Dashboard.DashboardBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.Dashboard.DashboardBuilder
- Umschließende Klasse:
Dashboard
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungautomaticRefreshMs
(Integer automaticRefreshMs) The automatic refresh interval for the dashboard in milliseconds.build()
description
(String description) editPermissions
(List<SharePermission> editPermissions) The details of any edit share permissions for the dashboard.The ID of the dashboard.isFavourite
(Boolean isFavourite) Whether the dashboard is selected as a favorite by the user.isWritable
(Boolean isWritable) Whether the current user has permission to edit the dashboard.The name of the dashboard.owner
(DashboardOwner owner) popularity
(Long popularity) The number of users who have this dashboard as a favorite.The rank of this dashboard.The URL of these dashboard details.sharePermissions
(List<SharePermission> sharePermissions) The details of any view share permissions for the dashboard.systemDashboard
(Boolean systemDashboard) Whether the current dashboard is system dashboard.toString()
The URL of the dashboard.
-
Methodendetails
-
automaticRefreshMs
The automatic refresh interval for the dashboard in milliseconds.- Gibt zurück:
this
.
-
description
- Gibt zurück:
this
.
-
editPermissions
The details of any edit share permissions for the dashboard.- Gibt zurück:
this
.
-
id
The ID of the dashboard.- Gibt zurück:
this
.
-
isFavourite
Whether the dashboard is selected as a favorite by the user.- Gibt zurück:
this
.
-
isWritable
Whether the current user has permission to edit the dashboard.- Gibt zurück:
this
.
-
name
The name of the dashboard.- Gibt zurück:
this
.
-
owner
- Gibt zurück:
this
.
-
popularity
The number of users who have this dashboard as a favorite.- Gibt zurück:
this
.
-
rank
The rank of this dashboard.- Gibt zurück:
this
.
-
self
The URL of these dashboard details.- Gibt zurück:
this
.
-
systemDashboard
Whether the current dashboard is system dashboard.- Gibt zurück:
this
.
-
view
The URL of the dashboard.- Gibt zurück:
this
.
-
build
-
toString
-