Class ArchiveProjectOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.ArchiveProjectOperationSpec

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

Specification for the ArchiveProject operation.

Archive project

  • Field Details

    • VALIDATION_ENABLED

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

    • ArchiveProjectOperationSpec

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

      @Internal public ArchiveProjectOperationSpec(String projectIdOrKey)
      Constructs a validated instance of ArchiveProjectOperationSpec.

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

      Parameters:
      projectIdOrKey - The project ID or project key (case sensitive).
    • ArchiveProjectOperationSpec

      protected ArchiveProjectOperationSpec()
  • Method Details