Class SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder
- Enclosing class:
- SetDashboardItemPropertyOperationSpec
public static class SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionThe request containing the value of the dashboard item's property.build()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()
-
Method Details
-
dashboardId
public SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder dashboardId(@NotNull @NotNull String dashboardId) The ID of the dashboard.- Returns:
this.
-
itemId
public SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder itemId(@NotNull @NotNull String itemId) The ID of the dashboard item.- Returns:
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.- Returns:
this.
-
body
public SetDashboardItemPropertyOperationSpec.SetDashboardItemPropertyOperationSpecBuilder body(@NotNull @NotNull Object body) The request containing the value of the dashboard item's property.- Returns:
this.
-
build
-
toString
-