Class Dashboard.DashboardBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Dashboard.DashboardBuilder
- Enclosing class:
- Dashboard
-
Method Summary
Modifier and TypeMethodDescriptionautomaticRefreshMs(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.
-
Method Details
-
automaticRefreshMs
The automatic refresh interval for the dashboard in milliseconds.- Returns:
this.
-
description
- Returns:
this.
-
editPermissions
The details of any edit share permissions for the dashboard.- Returns:
this.
-
id
The ID of the dashboard.- Returns:
this.
-
isFavourite
Whether the dashboard is selected as a favorite by the user.- Returns:
this.
-
isWritable
Whether the current user has permission to edit the dashboard.- Returns:
this.
-
name
The name of the dashboard.- Returns:
this.
-
owner
- Returns:
this.
-
popularity
The number of users who have this dashboard as a favorite.- Returns:
this.
-
rank
The rank of this dashboard.- Returns:
this.
-
self
The URL of these dashboard details.- Returns:
this.
-
systemDashboard
Whether the current dashboard is system dashboard.- Returns:
this.
-
view
The URL of the dashboard.- Returns:
this.
-
build
-
toString
-