Klasse CreateDashboardOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.CreateDashboardOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateDashboardOperationSpec
extends Object
CreateDashboardSpec
Specification for the CreateDashboard operation.
Create dashboard
-
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
CreateDashboardOperationSpec
(DashboardDetails dashboardDetails) Constructs a validated instance ofCreateDashboardOperationSpec
.Constructs a validated instance ofCreateDashboardOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
CreateDashboardOperationSpec
Constructs a validated instance ofCreateDashboardOperationSpec
.- Parameter:
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.
- Parameter:
dashboardDetails
- Dashboard details.
-
CreateDashboardOperationSpec
protected CreateDashboardOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
dashboardDetails
Dashboard details. -
dashboardDetails
public CreateDashboardOperationSpec dashboardDetails(@NotNull @NotNull DashboardDetails dashboardDetails) Dashboard details.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-