Klasse UpdateDashboardOperationSpec.UpdateDashboardOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateDashboardOperationSpec.UpdateDashboardOperationSpecBuilder
- Umschließende Klasse:
UpdateDashboardOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
dashboardDetails
(@NotNull DashboardDetails dashboardDetails) Replacement dashboard details.The ID of the dashboard to update.toString()
-
Methodendetails
-
id
public UpdateDashboardOperationSpec.UpdateDashboardOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the dashboard to update.- Gibt zurück:
this
.
-
dashboardDetails
public UpdateDashboardOperationSpec.UpdateDashboardOperationSpecBuilder dashboardDetails(@NotNull @NotNull DashboardDetails dashboardDetails) Replacement dashboard details.- Gibt zurück:
this
.
-
build
-
toString
-