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

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • RemoveGadgetOperationSpec

      @Internal public RemoveGadgetOperationSpec(Consumer<RemoveGadgetOperationSpec> spec)
      Constructs a validated instance of RemoveGadgetOperationSpec.
      Parameter:
      spec - the specification to process
    • RemoveGadgetOperationSpec

      @Internal public RemoveGadgetOperationSpec(Long dashboardId, Long gadgetId)
      Constructs a validated instance of RemoveGadgetOperationSpec.

      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