Klasse 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
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCopyDashboardOperationSpec(String id, DashboardDetails dashboardDetails) Constructs a validated instance ofCopyDashboardOperationSpec.Constructs a validated instance ofCopyDashboardOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull DashboardDetailsDashboard details.dashboardDetails(@NotNull DashboardDetails dashboardDetails) Dashboard details.booleaninthashCode()@NotNull Stringid()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
-
CopyDashboardOperationSpec
Constructs a validated instance ofCopyDashboardOperationSpec.- Parameter:
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.
- Parameter:
id-dashboardDetails- Dashboard details.
-
CopyDashboardOperationSpec
protected CopyDashboardOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
-
dashboardDetails
Dashboard details. -
id
- Gibt zurück:
this.
-
dashboardDetails
public CopyDashboardOperationSpec dashboardDetails(@NotNull @NotNull DashboardDetails dashboardDetails) Dashboard details.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-