Class UpdateVersionOperationSpec

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

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

Specification for the UpdateVersion operation.

Update version

  • Field Details

    • VALIDATION_ENABLED

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

    • UpdateVersionOperationSpec

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

      @Internal public UpdateVersionOperationSpec(String id, Version version)
      Constructs a validated instance of UpdateVersionOperationSpec.

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

      Parameters:
      id - The ID of the version.
      version -
    • UpdateVersionOperationSpec

      protected UpdateVersionOperationSpec()
  • Method Details