Class CopyDashboardOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.CopyDashboardOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CopyDashboardOperationSpec
extends Object
CopyDashboardSpec
Specification for the CopyDashboard operation.
Copy 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
CopyDashboardOperationSpec
(String id, DashboardDetails dashboardDetails) Constructs a validated instance ofCopyDashboardOperationSpec
.Constructs a validated instance ofCopyDashboardOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
@NotNull DashboardDetails
Dashboard details.dashboardDetails
(@NotNull DashboardDetails dashboardDetails) Dashboard details.boolean
int
hashCode()
@NotNull String
id()
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
-
CopyDashboardOperationSpec
Constructs a validated instance ofCopyDashboardOperationSpec
.- Parameters:
spec
- the specification to process
-
CopyDashboardOperationSpec
Constructs a validated instance ofCopyDashboardOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
id
-dashboardDetails
- Dashboard details.
-
CopyDashboardOperationSpec
protected CopyDashboardOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
id
-
dashboardDetails
Dashboard details. -
id
- Returns:
this
.
-
dashboardDetails
public CopyDashboardOperationSpec dashboardDetails(@NotNull @NotNull DashboardDetails dashboardDetails) Dashboard details.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-