Class GetWorkflowSchemeDraftOperationSpec

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

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

Specification for the GetWorkflowSchemeDraft operation.

Get draft workflow scheme

  • Field Details

    • VALIDATION_ENABLED

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

    • GetWorkflowSchemeDraftOperationSpec

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

      @Internal public GetWorkflowSchemeDraftOperationSpec(Long id)
      Constructs a validated instance of GetWorkflowSchemeDraftOperationSpec.

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

      Parameters:
      id - The ID of the active workflow scheme that the draft was created from.
    • GetWorkflowSchemeDraftOperationSpec

      protected GetWorkflowSchemeDraftOperationSpec()
  • Method Details