Class UpdateDashboardOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateDashboardOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateDashboardOperationSpec
extends Object
UpdateDashboardSpec
Specification for the UpdateDashboard operation.
Update dashboard
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UpdateDashboardOperationSpec
(String id, DashboardDetails dashboardDetails) Constructs a validated instance ofUpdateDashboardOperationSpec
.Constructs a validated instance ofUpdateDashboardOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
@NotNull DashboardDetails
Replacement dashboard details.dashboardDetails
(@NotNull DashboardDetails dashboardDetails) Replacement dashboard details.boolean
int
hashCode()
@NotNull String
id()
The ID of the dashboard to update.The ID of the dashboard to update.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
UpdateDashboardOperationSpec
Constructs a validated instance ofUpdateDashboardOperationSpec
.- Parameters:
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.
- Parameters:
id
- The ID of the dashboard to update.dashboardDetails
- Replacement dashboard details.
-
UpdateDashboardOperationSpec
protected UpdateDashboardOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
id
The ID of the dashboard to update. -
dashboardDetails
Replacement dashboard details. -
id
The ID of the dashboard to update.- Returns:
this
.
-
dashboardDetails
public UpdateDashboardOperationSpec dashboardDetails(@NotNull @NotNull DashboardDetails dashboardDetails) Replacement dashboard details.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-