Class DeleteResolutionOperationSpec

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

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

Specification for the DeleteResolution operation.

Delete resolution

  • Field Details

    • VALIDATION_ENABLED

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

    • DeleteResolutionOperationSpec

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

      @Internal public DeleteResolutionOperationSpec(String id, String replaceWith)
      Constructs a validated instance of DeleteResolutionOperationSpec.

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

      Parameters:
      id - The ID of the issue resolution.
      replaceWith - The ID of the issue resolution that will replace the currently selected resolution.
    • DeleteResolutionOperationSpec

      protected DeleteResolutionOperationSpec()
  • Method Details