Class AddGadgetOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.AddGadgetOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class AddGadgetOperationSpec extends Object
AddGadgetSpec

Specification for the AddGadget operation.

Add gadget to dashboard

  • Field Details

    • VALIDATION_ENABLED

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

    • AddGadgetOperationSpec

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

      @Internal public AddGadgetOperationSpec(Long dashboardId, DashboardGadgetSettings dashboardGadgetSettings)
      Constructs a validated instance of AddGadgetOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameters:
      dashboardId - The ID of the dashboard.
      dashboardGadgetSettings -
    • AddGadgetOperationSpec

      protected AddGadgetOperationSpec()
  • Method Details