Class UpdateDashboardOperationSpec

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

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

Specification for the UpdateDashboard operation.

Update dashboard

  • Field Details

    • VALIDATION_ENABLED

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

    • UpdateDashboardOperationSpec

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

      @Internal public UpdateDashboardOperationSpec(String id, DashboardDetails dashboardDetails)
      Constructs a validated instance of UpdateDashboardOperationSpec.

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

      Parameters:
      id - The ID of the dashboard to update.
      dashboardDetails - Replacement dashboard details.
    • UpdateDashboardOperationSpec

      protected UpdateDashboardOperationSpec()
  • Method Details