Class RemoveGadgetOperationSpec.RemoveGadgetOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.RemoveGadgetOperationSpec.RemoveGadgetOperationSpecBuilder
- Enclosing class:
- RemoveGadgetOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
dashboardId
(@NotNull Long dashboardId) The ID of the dashboard.The ID of the gadget.toString()
-
Method Details
-
dashboardId
public RemoveGadgetOperationSpec.RemoveGadgetOperationSpecBuilder dashboardId(@NotNull @NotNull Long dashboardId) The ID of the dashboard.- Returns:
this
.
-
gadgetId
public RemoveGadgetOperationSpec.RemoveGadgetOperationSpecBuilder gadgetId(@NotNull @NotNull Long gadgetId) The ID of the gadget.- Returns:
this
.
-
build
-
toString
-