Klasse GetDashboardItemPropertyOperationSpec.GetDashboardItemPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetDashboardItemPropertyOperationSpec.GetDashboardItemPropertyOperationSpecBuilder
- Umschließende Klasse:
GetDashboardItemPropertyOperationSpec
public static class GetDashboardItemPropertyOperationSpec.GetDashboardItemPropertyOperationSpecBuilder
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 GetDashboardItemPropertyOperationSpec.GetDashboardItemPropertyOperationSpecBuilder dashboardId(@NotNull @NotNull String dashboardId) The ID of the dashboard.- Gibt zurück:
this
.
-
itemId
public GetDashboardItemPropertyOperationSpec.GetDashboardItemPropertyOperationSpecBuilder itemId(@NotNull @NotNull String itemId) The ID of the dashboard item.- Gibt zurück:
this
.
-
propertyKey
public GetDashboardItemPropertyOperationSpec.GetDashboardItemPropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the dashboard item property.- Gibt zurück:
this
.
-
build
-
toString
-