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