Klasse RemoveGadgetOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.RemoveGadgetOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoveGadgetOperationSpec
extends Object
RemoveGadgetSpec
Specification for the RemoveGadget operation.
Remove gadget from 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
RemoveGadgetOperationSpec
(Long dashboardId, Long gadgetId) Constructs a validated instance ofRemoveGadgetOperationSpec
.Constructs a validated instance ofRemoveGadgetOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@NotNull Long
The ID of the dashboard.dashboardId
(@NotNull Long dashboardId) The ID of the dashboard.boolean
@NotNull Long
gadgetId()
The ID of the gadget.The ID of the gadget.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
-
RemoveGadgetOperationSpec
Constructs a validated instance ofRemoveGadgetOperationSpec
.- Parameter:
spec
- the specification to process
-
RemoveGadgetOperationSpec
Constructs a validated instance ofRemoveGadgetOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
dashboardId
- The ID of the dashboard.gadgetId
- The ID of the gadget.
-
RemoveGadgetOperationSpec
protected RemoveGadgetOperationSpec()
-
-
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. -
gadgetId
The ID of the gadget. -
dashboardId
The ID of the dashboard.- Gibt zurück:
this
.
-
gadgetId
The ID of the gadget.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-