Klasse AddGadgetOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddGadgetOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddGadgetOperationSpec
extends Object
AddGadgetSpec
Specification for the AddGadget operation.
Add gadget to 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAddGadgetOperationSpec(Long dashboardId, DashboardGadgetSettings dashboardGadgetSettings) Constructs a validated instance ofAddGadgetOperationSpec.Constructs a validated instance ofAddGadgetOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull DashboardGadgetSettingsdashboardGadgetSettings(@NotNull DashboardGadgetSettings dashboardGadgetSettings) @NotNull LongThe ID of the dashboard.dashboardId(@NotNull Long dashboardId) The ID of the dashboard.booleaninthashCode()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
-
AddGadgetOperationSpec
Constructs a validated instance ofAddGadgetOperationSpec.- Parameter:
spec- the specification to process
-
AddGadgetOperationSpec
@Internal public AddGadgetOperationSpec(Long dashboardId, DashboardGadgetSettings dashboardGadgetSettings) Constructs a validated instance ofAddGadgetOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
dashboardId- The ID of the dashboard.dashboardGadgetSettings-
-
AddGadgetOperationSpec
protected AddGadgetOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
dashboardId
The ID of the dashboard. -
dashboardGadgetSettings
-
dashboardId
The ID of the dashboard.- Gibt zurück:
this.
-
dashboardGadgetSettings
public AddGadgetOperationSpec dashboardGadgetSettings(@NotNull @NotNull DashboardGadgetSettings dashboardGadgetSettings) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-