Klasse DashboardDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.DashboardDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DashboardDetails
extends Object
DashboardDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe description of the dashboard.protected List<SharePermission>The edit permissions for the dashboard.protected StringThe name of the dashboard.protected List<SharePermission>The share permissions for the dashboard. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDashboardDetails(String description, List<SharePermission> editPermissions, String name, List<SharePermission> sharePermissions) Constructs a validated instance ofDashboardDetails.Constructs a validated instance ofDashboardDetails. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe description of the dashboard.description(String description) The description of the dashboard.The edit permissions for the dashboard.editPermissions(List<SharePermission> editPermissions) The edit permissions for the dashboard.booleaninthashCode()name()The name of the dashboard.The name of the dashboard.The share permissions for the dashboard.sharePermissions(List<SharePermission> sharePermissions) The share permissions for the dashboard.toString()
-
Felddetails
-
description
The description of the dashboard. -
editPermissions
The edit permissions for the dashboard. -
name
The name of the dashboard.
-
-
Konstruktordetails
-
DashboardDetails
Constructs a validated instance ofDashboardDetails.- Parameter:
spec- the specification to process
-
DashboardDetails
@Internal public DashboardDetails(String description, List<SharePermission> editPermissions, String name, List<SharePermission> sharePermissions) Constructs a validated instance ofDashboardDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DashboardDetails(Consumer)instead.- Parameter:
description- The description of the dashboard.editPermissions- The edit permissions for the dashboard.name- The name of the dashboard.sharePermissions- The share permissions for the dashboard.
-
DashboardDetails
protected DashboardDetails()
-
-
Methodendetails
-
builder
-
description
The description of the dashboard. -
editPermissions
The edit permissions for the dashboard. -
name
The name of the dashboard. -
description
The description of the dashboard.- Gibt zurück:
this.
-
editPermissions
The edit permissions for the dashboard.- Gibt zurück:
this.
-
name
The name of the dashboard.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-