Class GetDashboardOperationSpec

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

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

Specification for the GetDashboard operation.

Get dashboard

  • Field Details

    • VALIDATION_ENABLED

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

    • GetDashboardOperationSpec

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

      @Internal public GetDashboardOperationSpec(String id)
      Constructs a validated instance of GetDashboardOperationSpec.

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

      Parameters:
      id - The ID of the dashboard.
    • GetDashboardOperationSpec

      protected GetDashboardOperationSpec()
  • Method Details