Klasse SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder
- Umschließende Klasse:
SetDashboardItemPropertyOperationSpec
public static class SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
dashboardId
(@NotNull String dashboardId) The ID of the dashboard.The ID of the dashboard item.propertyKey
(@NotNull String propertyKey) The key of the dashboard item property.toString()
-
Methodendetails
-
dashboardId
public SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder dashboardId(@NotNull @NotNull String dashboardId) The ID of the dashboard.- Gibt zurück:
this
.
-
itemId
public SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder itemId(@NotNull @NotNull String itemId) The ID of the dashboard item.- Gibt zurück:
this
.
-
propertyKey
public SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the dashboard item property. The maximum length is 255 characters. For dashboard items with a spec URI and no complete module key, if the provided propertyKey is equal to "config", the request body's JSON must be an object with all keys and values as strings.- Gibt zurück:
this
.
-
body
public SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder body(@NotNull @NotNull Object body) - Gibt zurück:
this
.
-
build
-
toString
-