Klasse UpdateDashboardOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateDashboardOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateDashboardOperationSpec
extends Object
UpdateDashboardSpec
Specification for the UpdateDashboard operation.
Update dashboard
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateDashboardOperationSpec(String id, DashboardDetails dashboardDetails) Constructs a validated instance ofUpdateDashboardOperationSpec.Constructs a validated instance ofUpdateDashboardOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull DashboardDetailsReplacement dashboard details.dashboardDetails(@NotNull DashboardDetails dashboardDetails) Replacement dashboard details.booleaninthashCode()@NotNull Stringid()The ID of the dashboard to update.The ID of the dashboard to update.toString()voidvalidate()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
-
UpdateDashboardOperationSpec
Constructs a validated instance ofUpdateDashboardOperationSpec.- Parameter:
spec- the specification to process
-
UpdateDashboardOperationSpec
Constructs a validated instance ofUpdateDashboardOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the dashboard to update.dashboardDetails- Replacement dashboard details.
-
UpdateDashboardOperationSpec
protected UpdateDashboardOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the dashboard to update. -
dashboardDetails
Replacement dashboard details. -
id
The ID of the dashboard to update.- Gibt zurück:
this.
-
dashboardDetails
public UpdateDashboardOperationSpec dashboardDetails(@NotNull @NotNull DashboardDetails dashboardDetails) Replacement dashboard details.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-