Class UpdateGadgetOperationSpec

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

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

Specification for the UpdateGadget operation.

Update gadget on dashboard

  • Field Details

    • VALIDATION_ENABLED

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

    • UpdateGadgetOperationSpec

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

      @Internal public UpdateGadgetOperationSpec(Long dashboardId, Long gadgetId, DashboardGadgetUpdateRequest dashboardGadgetUpdateRequest)
      Constructs a validated instance of UpdateGadgetOperationSpec.

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

      Parameters:
      dashboardId - The ID of the dashboard.
      gadgetId - The ID of the gadget.
      dashboardGadgetUpdateRequest -
    • UpdateGadgetOperationSpec

      protected UpdateGadgetOperationSpec()
  • Method Details