Klasse DeleteDashboardItemPropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteDashboardItemPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteDashboardItemPropertyOperationSpec
extends Object
DeleteDashboardItemPropertySpec
Specification for the DeleteDashboardItemProperty operation.
Delete dashboard item property
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DeleteDashboardItemPropertyOperationSpec
(String dashboardId, String itemId, String propertyKey) Constructs a validated instance ofDeleteDashboardItemPropertyOperationSpec
.Constructs a validated instance ofDeleteDashboardItemPropertyOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@NotNull String
The ID of the dashboard.dashboardId
(@NotNull String dashboardId) The ID of the dashboard.boolean
int
hashCode()
@NotNull String
itemId()
The ID of the dashboard item.The ID of the dashboard item.@NotNull String
The key of the dashboard item property.propertyKey
(@NotNull String propertyKey) The key of the dashboard item property.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DeleteDashboardItemPropertyOperationSpec
@Internal public DeleteDashboardItemPropertyOperationSpec(Consumer<DeleteDashboardItemPropertyOperationSpec> spec) Constructs a validated instance ofDeleteDashboardItemPropertyOperationSpec
.- Parameter:
spec
- the specification to process
-
DeleteDashboardItemPropertyOperationSpec
@Internal public DeleteDashboardItemPropertyOperationSpec(String dashboardId, String itemId, String propertyKey) Constructs a validated instance ofDeleteDashboardItemPropertyOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
dashboardId
- The ID of the dashboard.itemId
- The ID of the dashboard item.propertyKey
- The key of the dashboard item property.
-
DeleteDashboardItemPropertyOperationSpec
protected DeleteDashboardItemPropertyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteDashboardItemPropertyOperationSpec.DeleteDashboardItemPropertyOperationSpecBuilder builder() -
dashboardId
The ID of the dashboard. -
itemId
The ID of the dashboard item. -
propertyKey
The key of the dashboard item property. -
dashboardId
The ID of the dashboard.- Gibt zurück:
this
.
-
itemId
The ID of the dashboard item.- Gibt zurück:
this
.
-
propertyKey
The key of the dashboard item property.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-